Completed
Push — develop ( 7bb86a...82de8f )
by Wisoot
02:16
created
src/Claim.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
         }
62 62
 
63 63
         if (empty($this->jti)) {
64
-            $this->jti = md5("{$this->sub}.{$this->iat}." . rand(1000, 1999));
64
+            $this->jti = md5("{$this->sub}.{$this->iat}.".rand(1000, 1999));
65 65
         }
66 66
     }
67 67
 
Please login to merge, or discard this patch.