Completed
Push — master ( 1937a9...812d67 )
by Thomas
02:13
created
src/FluentDOM/Nodes.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
      *
318 318
      * @param string $expression Xpath expression
319 319
      * @param NULL|string|callable|\DOMNode|array|\Traversable $filter
320
-     * @param NULL|string|callable|\DOMNode|array|\Traversable $stopAt
320
+     * @param null|string $stopAt
321 321
      * @param int $options
322 322
      * @return Nodes
323 323
      * @throws \LogicException
@@ -734,7 +734,7 @@  discard block
 block discarded – undo
734 734
      * If $elementsOnly is set to TRUE, only element nodes are used.
735 735
      *
736 736
      * @param callable $function
737
-     * @param callable|bool|NULL $elementsFilter
737
+     * @param boolean $elementsFilter
738 738
      * @return $this|Nodes
739 739
      * @throws \InvalidArgumentException
740 740
      */
Please login to merge, or discard this patch.