Skip to content

Commit 17b3f88

Browse files
committed
comment fix
1 parent e89259c commit 17b3f88

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Rct567/DomQuery/DomQuery.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class DomQuery implements \IteratorAggregate, \Countable, \ArrayAccess
3232
public $length = null;
3333

3434
/**
35-
* Xpath used to create the result of this instance
35+
* Xpath expression used to create the result of this instance
3636
*
3737
* @var string
3838
*/
@@ -720,9 +720,8 @@ public function __call($name, $arguments)
720720
}
721721
}
722722

723-
724723
/**
725-
* Perform query via xpath (DOMXPath::query)
724+
* Perform query via xpath expression (using DOMXPath::query)
726725
*
727726
* @return \DOMNodeList|false
728727
*/
@@ -782,7 +781,7 @@ public function __isset($name)
782781
}
783782

784783
/**
785-
* Return html of all nodes
784+
* Return html of all nodes (HTML fragment describing all the elements, including their descendants)
786785
*
787786
* @return string
788787
*/

0 commit comments

Comments
 (0)