@@ -25,8 +25,7 @@ discard block |
||
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 |
||
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. |