@@ -176,7 +176,7 @@ |
||
176 | 176 | * |
177 | 177 | * @param string $fullName |
178 | 178 | * |
179 | - * @return array|bool |
|
179 | + * @return string |
|
180 | 180 | */ |
181 | 181 | protected function getOptionsConfig($fullName) |
182 | 182 | { |
@@ -53,6 +53,6 @@ |
||
53 | 53 | */ |
54 | 54 | public function createService(ServiceLocatorInterface $serviceLocator) |
55 | 55 | { |
56 | - return $this($serviceLocator,InvitationHandler::class); |
|
56 | + return $this($serviceLocator, InvitationHandler::class); |
|
57 | 57 | } |
58 | 58 | } |