@@ -12,7 +12,7 @@ |
||
12 | 12 | public function register(PimpleContainer $container) |
13 | 13 | { |
14 | 14 | $container['example-service'] = |
15 | - function (PimpleContainer $container) { |
|
15 | + function(PimpleContainer $container) { |
|
16 | 16 | return new \stdClass(); |
17 | 17 | }; |
18 | 18 | } |