Completed
Push — master ( cc6627...66151f )
by Freek
01:24
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.
src/CrawlQueue/CollectionCrawlQueue.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @param CrawlUrl|\Psr\Http\Message\UriInterface|string $crawlUrl
71
+     * @param CrawlUrl $crawlUrl
72 72
      *
73 73
      * @return bool
74 74
      */
Please login to merge, or discard this patch.