Completed
Pull Request — master (#164)
by Freek
09:36 queued 07:39
created
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.
src/Crawler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -305,6 +305,9 @@
 block discarded – undo
305 305
         }
306 306
     }
307 307
 
308
+    /**
309
+     * @return Node
310
+     */
308 311
     public function addToDepthTree(UriInterface $url, UriInterface $parentUrl, Node $node = null): ?Node
309 312
     {
310 313
         $node = $node ?? $this->depthTree;
Please login to merge, or discard this patch.