Completed
Branch master (d0bbe7)
by Jonathan
04:22
created
Category
src/Token.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
         $expiration = 0,
42 42
         callable $saltProvider = null,
43 43
         callable $keyGenerator = null
44
-    ){
44
+    ) {
45 45
         $this->password = $password;
46 46
         $this->salt = $salt;
47 47
         $this->iv = $iv;
Please login to merge, or discard this patch.