Passed
Push — main ( 665969...cd1997 )
by Sammy
01:15
created
LeMarchand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -149,8 +149,7 @@
 block discarded – undo
149 149
             $ret = $class_name;
150 150
         } elseif ($configuration->hasNewInstanceModifier()) {
151 151
             $ret = $this->makeInstance($class_name);
152
-        }
153
-        else{
152
+        } else{
154 153
           $ret = $this->getInstance($class_name);
155 154
         }
156 155
 
Please login to merge, or discard this patch.