Test Failed
Branch 2.0.0 (7eac38)
by John
08:14
created
Category
src/Encryption/Traits/EncryptAeadMode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         );
36 36
 
37 37
         if ($encrypted === false) {
38
-            throw new \RuntimeException('Encryption failed: ' . openssl_error_string());
38
+            throw new \RuntimeException('Encryption failed: '.openssl_error_string());
39 39
         }
40 40
 
41 41
         return base64_encode($encrypted);
Please login to merge, or discard this patch.