Completed
Pull Request — master (#150)
by Brent
01:40
created
src/Crawler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -377,6 +377,9 @@
 block discarded – undo
377 377
         return in_array($uri->getScheme(), ['http', 'https']);
378 378
     }
379 379
 
380
+    /**
381
+     * @return Node
382
+     */
380 383
     protected function addToDepthTree(Node $node, UriInterface $url, UriInterface $parentUrl)
381 384
     {
382 385
         $returnNode = null;
Please login to merge, or discard this patch.