Completed
Pull Request — master (#32)
by Michael
07:21
created
src/OpensslKey.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,8 +75,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.