@@ -178,10 +178,12 @@ |
||
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 | { |