Completed
Pull Request — master (#102)
by Brent
01:25
created
src/Crawler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -339,6 +339,9 @@
 block discarded – undo
339 339
         return in_array($uri->getScheme(), ['http', 'https']);
340 340
     }
341 341
 
342
+    /**
343
+     * @return Node
344
+     */
342 345
     protected function addtoDepthTree(Node $node, UriInterface $url, UriInterface $parentUrl)
343 346
     {
344 347
         $returnNode = null;
Please login to merge, or discard this patch.