Completed
Pull Request — master (#86)
by Peter
01:05
created
src/Url.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@
 block discarded – undo
192 192
 
193 193
     /**
194 194
      * @param string|null $haystack
195
-     * @param string|array $needles
195
+     * @param string $needles
196 196
      *
197 197
      * @return bool
198 198
      */
Please login to merge, or discard this patch.
src/Crawler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -322,6 +322,9 @@
 block discarded – undo
322 322
         return $url->removeFragment();
323 323
     }
324 324
 
325
+    /**
326
+     * @return Node
327
+     */
325 328
     protected function addtoDepthTree(Node $node, string $url, string $parentUrl)
326 329
     {
327 330
         $returnNode = null;
Please login to merge, or discard this patch.