@@ -73,7 +73,7 @@ |
||
73 | 73 | public function testTcmDiscovery() |
74 | 74 | { |
75 | 75 | // If TCM discovery is enabled, the CommonAliasesServiceProvider is registered. |
76 | - $container = $this->getContainer([], true); |
|
76 | + $container = $this->getContainer([ ], true); |
|
77 | 77 | |
78 | 78 | $logger = $container->get(LoggerInterface::class); |
79 | 79 |