@@ -377,6 +377,9 @@ |
||
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; |