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