Skip to content

Commit dfcbbdd

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [DoctrineBridge] Fix compatibility with doctrine/orm 3 in Id generators Bump Symfony version to 6.0.5 Update VERSION for 6.0.4 Update CHANGELOG for 6.0.4 Bump Symfony version to 5.4.5 Update VERSION for 5.4.4 Update CHANGELOG for 5.4.4 Update VERSION for 5.3.15 Update CHANGELOG for 5.3.15 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 40d3f89 + 4b088ce commit dfcbbdd

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)