@@ -35,9 +35,9 @@ |
||
| 35 | 35 | protected static function createClassName(string $cipher): string { |
| 36 | 36 | $crypto = strtoupper(explode('-', $cipher)[0]); |
| 37 | 37 | return sprintf('%s\%s\%s', |
| 38 | - 'Encryption\Cipher', |
|
| 39 | - $crypto, |
|
| 40 | - str_replace('-', '', ucwords($cipher)) |
|
| 38 | + 'Encryption\Cipher', |
|
| 39 | + $crypto, |
|
| 40 | + str_replace('-', '', ucwords($cipher)) |
|
| 41 | 41 | ); |
| 42 | 42 | } |
| 43 | 43 | |