Completed
Push — master ( 472be2...25669d )
by Freek
03:04 queued 01:20
created
src/Crawler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -340,6 +340,9 @@
 block discarded – undo
340 340
         }
341 341
     }
342 342
 
343
+    /**
344
+     * @return Node
345
+     */
343 346
     public function addToDepthTree(UriInterface $url, UriInterface $parentUrl, Node $node = null): ?Node
344 347
     {
345 348
         if (is_null($this->maximumDepth)) {
Please login to merge, or discard this patch.