Completed
Push — master ( 664949...0e3c39 )
by Michael
08:43 queued 07:13
created
src/OpenSsl.php 1 patch
Braces   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -14,8 +14,8 @@  discard block
 block discarded – undo
14 14
 
15 15
 namespace Dcrypt;
16 16
 
17
-class OpenSsl
18
-{
17
+class OpenSsl
18
+{
19 19
     /**
20 20
      * OpenSSL encrypt wrapper function
21 21
      *
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
      */
58 58
     private static function returnOrException($data): string
59 59
     {
60
-        if ($data === false) {
60
+        if ($data === false) {
61 61
             throw new \Exception('OpenSSL failed to encrypt/decrypt message.');
62 62
         }
63 63
 
Please login to merge, or discard this patch.