@@ -68,7 +68,7 @@ |
||
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 | */ |
@@ -340,6 +340,9 @@ |
||
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)) { |