@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | * |
36 | 36 | * @param: string $url to check for. |
37 | 37 | * |
38 | - * @return boolean true if item is selected, else false. |
|
38 | + * @return boolean|null true if item is selected, else false. |
|
39 | 39 | */ |
40 | 40 | public function check($url) |
41 | 41 | { |
@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | * |
52 | 52 | * @param: string $url where to create the url. |
53 | 53 | * |
54 | - * @return string as the url create. |
|
54 | + * @return boolean as the url create. |
|
55 | 55 | */ |
56 | 56 | public function isParent($parent) |
57 | 57 | { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Anax\Navigation; |
4 | 4 | |
5 | -use Anax\Commons\ContainerInjectableInterface; |
|
6 | 5 | use Anax\Commons\ContainerInjectableTrait; |
7 | 6 | |
8 | 7 | /** |