Skip to content

Commit ad3f9b1

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Remove 5.3 from PR template Bump Symfony version to 4.4.38 Update VERSION for 4.4.37 Update CONTRIBUTORS for 4.4.37 Update CHANGELOG for 4.4.37 [Process] Update PHPDoc to use proper placeholder syntax Fixed functional testing description
2 parents ef409ff + 27782a7 commit ad3f9b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Session/Storage/MockFileSessionStorage.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
/**
1515
* MockFileSessionStorage is used to mock sessions for
16-
* functional testing when done in a single PHP process.
16+
* functional testing where you may need to persist session data
17+
* across separate PHP processes.
1718
*
1819
* No PHP session is actually started since a session can be initialized
1920
* and shutdown only once per PHP execution cycle and this class does

0 commit comments

Comments
 (0)