Add PHPDoc for type hinting as iTop replaces \DOMDocument with \MFDocument

This commit is contained in:
Molkobain
2019-05-28 10:36:18 +02:00
parent 2d6251e5df
commit b6418d95e7

View File

@@ -1785,6 +1785,7 @@ EOF;
/**
* MFElement: helper to read/change the DOM
* @package ModelFactory
* @property \MFDocument $ownerDocument This is only here for type hinting as iTop replaces \DOMDocument with \MFDocument
*/
class MFElement extends Combodo\iTop\DesignElement
{