Passed
Push — master ( 3ee3fe...b14545 )
by Amin
04:48
created
src/KeyInfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,6 +84,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.