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