@@ -25,8 +25,7 @@ |
||
| 25 | 25 | private string $algo, |
| 26 | 26 | private string $cipher, |
| 27 | 27 | private string $iv |
| 28 | - ) |
|
| 29 | - { |
|
| 28 | + ) { |
|
| 30 | 29 | // Store the key as what was supplied |
| 31 | 30 | $this->key = self::decode($key); |
| 32 | 31 | } |