@@ -43,7 +43,7 @@ |
||
43 | 43 | protected function addAuthenticatorList( |
44 | 44 | DependencyContainerInterface $container |
45 | 45 | ): DependencyContainerInterface { |
46 | - $container[self::AUTHENTICATOR_LIST] = function () { |
|
46 | + $container[self::AUTHENTICATOR_LIST] = function() { |
|
47 | 47 | return $this->getAuthenticatorList(); |
48 | 48 | }; |
49 | 49 | return $container; |