Passed
Push — master ( 74e7fe...1a6ed9 )
by Sebastian
03:38
created
src/Linna/Container/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
         while (true) {
160 160
 
161 161
             //initialize array if not already initialized
162
-            $this->tree[$level][$class] ??= [];
162
+            $this->tree[$level][$class] ?? = [];
163 163
 
164 164
             //get parameter from constructor
165 165
             //can return error when constructor not declared
Please login to merge, or discard this patch.