@@ -16,11 +16,11 @@ |
||
16 | 16 | |
17 | 17 | public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface |
18 | 18 | { |
19 | - $container[self::LOGIN_PLUGINS] = function () { |
|
19 | + $container[self::LOGIN_PLUGINS] = function() { |
|
20 | 20 | return $this->getLoginPluginList(); |
21 | 21 | }; |
22 | 22 | |
23 | - $container[self::SESSION_FACADE] = function (DependencyContainerInterface $container) { |
|
23 | + $container[self::SESSION_FACADE] = function(DependencyContainerInterface $container) { |
|
24 | 24 | return $container->getLocator()->session()->facade(); |
25 | 25 | }; |
26 | 26 |