Completed
Push — master ( 49d749...625fb3 )
by Michael
02:45 queued 01:14
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.