@@ -15,7 +15,7 @@ |
||
15 | 15 | { |
16 | 16 | public function testEventListenersAreRegisteredCorrectly(): void |
17 | 17 | { |
18 | - $container = $this->getContainerForConfig([], function (ContainerBuilder $container) { |
|
18 | + $container = $this->getContainerForConfig([], function(ContainerBuilder $container) { |
|
19 | 19 | $container->getDefinition('saikootau_api.event.listener.exception_response')->setPublic(true); |
20 | 20 | $container->getDefinition('saikootau_api.event.listener.response')->setPublic(true); |
21 | 21 | }); |
@@ -6,5 +6,5 @@ |
||
6 | 6 | |
7 | 7 | AnnotationRegistry::registerAutoloadNamespace( |
8 | 8 | 'JMS\Serializer\Annotation', |
9 | - [ __DIR__.'/vendor/jms/serializer/src' ] |
|
9 | + [__DIR__.'/vendor/jms/serializer/src'] |
|
10 | 10 | ); |