@@ -13,7 +13,7 @@ |
||
13 | 13 | * Create service |
14 | 14 | * |
15 | 15 | * @param ServiceLocatorInterface $serviceLocator |
16 | - * @return mixed |
|
16 | + * @return User |
|
17 | 17 | */ |
18 | 18 | public function createService(ServiceLocatorInterface $serviceLocator) |
19 | 19 | { |
@@ -72,7 +72,7 @@ |
||
72 | 72 | |
73 | 73 | /** |
74 | 74 | * @param $route |
75 | - * @return bool |
|
75 | + * @return boolean|null |
|
76 | 76 | */ |
77 | 77 | private function routeExists($route) |
78 | 78 | { |