Completed
Push — master ( 5595cc...050be4 )
by Michael
05:15
created
src/OpensslStatic.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,6 +119,6 @@
 block discarded – undo
119 119
         $chk = \hash_hmac($algo, $msg, $key->authenticationKey($cipher), true);
120 120
 
121 121
         // Return concatenation of iv + checksum + tag + ciphertext
122
-        return $ivr . $chk . $tag . $msg;
122
+        return $ivr.$chk.$tag.$msg;
123 123
     }
124 124
 }
Please login to merge, or discard this patch.