@@ -12,7 +12,7 @@ |
||
12 | 12 | |
13 | 13 | public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface |
14 | 14 | { |
15 | - $container[self::SERVICES] = function () { |
|
15 | + $container[self::SERVICES] = function() { |
|
16 | 16 | return $this->getServiceList(); |
17 | 17 | }; |
18 | 18 |