Passed
Push — develop ( d3e652...30766b )
by Berend
04:16
created
src/Session.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 		if ($name !== null) {
50 50
 			session_name($name);
51 51
 		}
52
-		if ($domain){
52
+		if ($domain) {
53 53
 			preg_match("/[^\.\/]+\.[^\.\/]+$/", $_SERVER['HTTP_HOST'], $matches);
54 54
 			session_set_cookie_params(0, '/', $matches[0]);
55 55
 		}
Please login to merge, or discard this patch.