Completed
Pull Request — master (#32)
by Michael
01:37
created
src/OpensslKey.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -74,8 +74,7 @@
 block discarded – undo
74 74
         string $algo,
75 75
         string $cipher = '',
76 76
         string $ivr = ''
77
-    )
78
-    {
77
+    ) {
79 78
         // Store the key as what was supplied
80 79
         $this->_key = \base64_decode($key, true);
81 80
 
Please login to merge, or discard this patch.