Passed
Pull Request — release-2.1 (#6601)
by Mathias
04:34
created
Sources/Subs-Auth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -862,7 +862,7 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.