Passed
Push — master ( 13a961...900cb1 )
by Sebastian
03:37
created
src/Mailcode/Commands/Command/ShowVariable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     {
72 72
         $tokens = $this->params->getInfo()->getTokens();
73 73
 
74
-        if(count($tokens) > 1)
74
+        if (count($tokens) > 1)
75 75
         {
76 76
             $this->validationResult->makeError(
77 77
                 t('Unknown parameters found:').' '.
Please login to merge, or discard this patch.