Passed
Push — master ( 62880d...2f714f )
by Sebastian
07:50
created
src/Mailcode/Commands/Command/SetVariable.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,8 +76,7 @@
 block discarded – undo
76 76
                 t('The quality operator (=) is missing.'),
77 77
                 self::VALIDATION_MISSING_EQUALS_SIGN
78 78
             );
79
-        }
80
-        else
79
+        } else
81 80
         {
82 81
             $this->validationResult->makeError(
83 82
                 t('Only a single equality operator (=) should be used for variable assignment.'),
Please login to merge, or discard this patch.