Passed
Branch master (dde655)
by Enjoys
10:07
created
Category
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
 $cookie->set('token3', time(), 'session');
Please login to merge, or discard this patch.