Passed
Push — main ( 31373f...889e81 )
by Sammy
01:30
created
LeMarchand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -139,8 +139,7 @@
 block discarded – undo
139 139
 
140 140
         if ($configuration->hasClassNameModifier()) {
141 141
             $ret = $class_name;
142
-        }
143
-        elseif ($configuration->hasNewInstanceModifier()) {
142
+        } elseif ($configuration->hasNewInstanceModifier()) {
144 143
             $ret = $this->makeInstance($class_name);
145 144
         }
146 145
 
Please login to merge, or discard this patch.