@@ -84,6 +84,6 @@ |
||
| 84 | 84 | */ |
| 85 | 85 | private function generateIV(): string |
| 86 | 86 | { |
| 87 | - return $this->openssl->removeCommand('16')->addCommand(['-hex' ,'16'])->run(); |
|
| 87 | + return $this->openssl->removeCommand('16')->addCommand(['-hex', '16'])->run(); |
|
| 88 | 88 | } |
| 89 | 89 | } |
| 90 | 90 | \ No newline at end of file |