Skip to content

Commit 311fefc

Browse files
committed
Update docblocks.
1 parent 3986052 commit 311fefc

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/HTML5DOMDocument.php

+3-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@
1414
/**
1515
* Represents a live (can be manipulated) representation of a HTML5 document.
1616
*
17-
* @method HTML5DOMElement|false createElement(string $localName, string $value = '')
18-
* Create new element node.
19-
* @method HTML5DOMElement|false createElementNS(?string $namespace, string $qualifiedName, string $value = '')
20-
* Create new element node with an associated namespace.
21-
* @method ?HTML5DOMElement getElementById(string $elementId)
22-
* Searches for an element with a certain id.
17+
* @method \IvoPetkov\HTML5DOMElement|false createElement(string $localName, string $value = '') Create new element node.
18+
* @method \IvoPetkov\HTML5DOMElement|false createElementNS(?string $namespace, string $qualifiedName, string $value = '') Create new element node with an associated namespace.
19+
* @method ?\IvoPetkov\HTML5DOMElement getElementById(string $elementId) Searches for an element with a certain id.
2320
*/
2421
class HTML5DOMDocument extends \DOMDocument
2522
{

0 commit comments

Comments
 (0)