Completed
Push — master ( 1f0ecb...bcc29d )
by Ivan
04:21
created
src/SafeXPath.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      * @param  string          $xpath
25 25
      * @param  DOMNode|null $scope
26 26
      * @throws InvalidArgumentException If xpath is not valid
27
-     * @return DOMNodeList|false
27
+     * @return \DOMNodeList
28 28
      */
29 29
     public function query($xpath, DOMNode $scope = null, $registerNodeNS = null)
30 30
     {
Please login to merge, or discard this patch.