Completed
Pull Request — master (#86)
by Peter
01:05
created
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.