Completed
Push — 1.0 ( 9c5da5...1ab6ce )
by David
01:49
created
tests/ServiceProviderCompilationPassTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.