@@ -862,7 +862,7 @@ |
||
862 | 862 | // Intercept cookie? |
863 | 863 | call_integration_hook('integrate_cookie', array($name, $value, $expire, $path, $domain, $secure, $httponly, $samesite)); |
864 | 864 | |
865 | - if(PHP_VERSION_ID < 70300) |
|
865 | + if (PHP_VERSION_ID < 70300) |
|
866 | 866 | return setcookie($name, $value, $expire, $path . ';samesite=' . $samesite, $domain, $secure, $httponly); |
867 | 867 | else |
868 | 868 | return setcookie($name, $value, array( |