Passed
Push — master ( 77f2a3...0c35c3 )
by Sebastian
03:02
created
src/Mailcode/Factory.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,10 +178,12 @@
 block discarded – undo
178 178
 
179 179
     // endregion
180 180
     
181
-    public static function else() : Mailcode_Commands_Command_Else
181
+    public static function else {
182
+        () : Mailcode_Commands_Command_Else
182 183
     {
183 184
         return self::$commandSets->if()->else();
184 185
     }
186
+    }
185 187
     
186 188
     public static function if(string $condition, string $type='') : Mailcode_Commands_Command_If
187 189
     {
Please login to merge, or discard this patch.