Completed
Push — master ( 4db9db...ddcfae )
by Ivan
04:48
created
Category
example/example.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,4 +11,4 @@
 block discarded – undo
11 11
 
12 12
 $decrypted = $encrypter->decrypt($encrypted);
13 13
 
14
-echo $message . ' => ' . $encrypted . ' => ' . $decrypted;
14
+echo $message.' => '.$encrypted.' => '.$decrypted;
Please login to merge, or discard this patch.