Completed
Pull Request — master (#32)
by Michael
10:03
created
src/OpensslKey.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,7 @@
 block discarded – undo
65 65
         string $algo,
66 66
         string $key,
67 67
         string $ivr = ''
68
-    )
69
-    {
68
+    ) {
70 69
         // Store the key as what was supplied
71 70
         $this->_key = \base64_decode($key, true);
72 71
 
Please login to merge, or discard this patch.