Passed
Pull Request — master (#13)
by Sebastian
04:02
created
src/Mailcode/Translator/Syntax/ApacheVelocity/ShowVariable.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -25,8 +25,7 @@  discard block
 block discarded – undo
25 25
         if($command->isDecryptionEnabled())
26 26
         {
27 27
             $varName = $this->renderDecryptionKey($command);
28
-        }
29
-        else
28
+        } else
30 29
         {
31 30
             $varName = undollarize($command->getVariableName());
32 31
         }
@@ -45,8 +44,7 @@  discard block
 block discarded – undo
45 44
                 dollarize($command->getVariableName()),
46 45
                 $keyName
47 46
             );
48
-        }
49
-        else
47
+        } else
50 48
         {
51 49
             // This will make the decryption system use the system's
52 50
             // default key name.
Please login to merge, or discard this patch.