Passed
Push — master ( dde655...76187f )
by Enjoys
01:26
created
example/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 
12 12
 
13 13
 $cookie->set('token', time(), 'session');
14
-$cookie->set('token2', time()+500000000, 3600, [
14
+$cookie->set('token2', time() + 500000000, 3600, [
15 15
 'samesite' => 'strict'
16 16
 ]);
17 17
 var_dump(Cookie::has('token4'));
Please login to merge, or discard this patch.