@@ -54,7 +54,7 @@ |
||
| 54 | 54 | * @param $auth AuthenticationService |
| 55 | 55 | * @param $logger LoggerInterface |
| 56 | 56 | * @param $forms |
| 57 | - * @param $options ModuleOptions |
|
| 57 | + * @param ModuleOptions $options ModuleOptions |
|
| 58 | 58 | */ |
| 59 | 59 | public function __construct(AuthenticationService $auth, LoggerInterface $logger,array $forms, $options) |
| 60 | 60 | { |
@@ -70,7 +70,7 @@ |
||
| 70 | 70 | } |
| 71 | 71 | |
| 72 | 72 | /** |
| 73 | - * @return bool |
|
| 73 | + * @return string |
|
| 74 | 74 | */ |
| 75 | 75 | public function getMode() |
| 76 | 76 | { |