@@ -93,7 +93,7 @@ |
||
93 | 93 | * Grab the user from the mapper |
94 | 94 | * |
95 | 95 | * @param string $value |
96 | - * @return mixed |
|
96 | + * @return \LmcUser\Entity\UserInterface |
|
97 | 97 | */ |
98 | 98 | protected function query($value) |
99 | 99 | { |
@@ -36,7 +36,7 @@ |
||
36 | 36 | * Create service |
37 | 37 | * |
38 | 38 | * @param ServiceLocatorInterface $serviceLocator |
39 | - * @return mixed |
|
39 | + * @return Mapper\User |
|
40 | 40 | */ |
41 | 41 | public function createService(ServiceLocatorInterface $serviceLocator) |
42 | 42 | { |