Passed
Pull Request — master (#15)
by Sebastian
04:12
created
src/Mailcode/Traits/Commands/Validation/BreakAtTrait.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,8 +125,7 @@
 block discarded – undo
125 125
         if(is_numeric($breakAt))
126 126
         {
127 127
             $token = $info->addNumber((string)(int)$breakAt);
128
-        }
129
-        else if($breakAt instanceof Mailcode_Variables_Variable)
128
+        } else if($breakAt instanceof Mailcode_Variables_Variable)
130 129
         {
131 130
             $token = $info->addVariable($breakAt);
132 131
         }
Please login to merge, or discard this patch.