Skip to content

Commit abeecbf

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Don't produce TypeErrors for non-string CSRF tokens [HttpKernel] Fix SplFileInfo mock in HttpKernelBrowserTest Update NativeSessionStorage docblock to match defaults
2 parents b9e6c1f + 2773deb commit abeecbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Session/Storage/NativeSessionStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class NativeSessionStorage implements SessionStorageInterface
8686
* name, "PHPSESSID"
8787
* referer_check, ""
8888
* serialize_handler, "php"
89-
* use_strict_mode, "0"
89+
* use_strict_mode, "1"
9090
* use_cookies, "1"
9191
* use_only_cookies, "1"
9292
* use_trans_sid, "0"

0 commit comments

Comments
 (0)