@@ -74,8 +74,7 @@ |
||
74 | 74 | string $algo, |
75 | 75 | string $cipher = '', |
76 | 76 | string $ivr = '' |
77 | - ) |
|
78 | - { |
|
77 | + ) { |
|
79 | 78 | // Store the key as what was supplied |
80 | 79 | $this->_key = \base64_decode($key, true); |
81 | 80 |