Passed
Push — master ( c7070a...a97beb )
by ANTHONIUS
06:39
created
Category
src/Modules/WithContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
 
98 98
     protected static function initContainer(): void
99 99
     {
100
-        $container                  = static::$container;
100
+        $container = static::$container;
101 101
         \assert(null !== $container);
102 102
 
103 103
         /** @var Application|null $app */
Please login to merge, or discard this patch.
src/Modules/WithLaminasServiceManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
23 23
         $deps                       = $config['dependencies'];
24 24
         $deps['services']['config'] = $config;
25 25
 
26
-        static::$container         = new ServiceManager($deps);
26
+        static::$container = new ServiceManager($deps);
27 27
     }
28 28
 }
Please login to merge, or discard this patch.