Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1a36b5c

Browse filesBrowse files
committed
Merge branch '6.1' into 6.2
* 6.1: Standardize the name of the container configurator variable 6.0
2 parents d0d1877 + d6a220c commit 1a36b5c
Copy full SHA for 1a36b5c

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎session.rst

Copy file name to clipboardExpand all lines: session.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ To use it, first register a new handler service with your database credentials:
697697
698698
use Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler;
699699
700-
return static function (ContainerConfigurator $containerConfiguratorConfigurator) {
700+
return static function (ContainerConfigurator $containerConfigurator) {
701701
$services = $containerConfigurator->services();
702702
703703
$services->set(PdoSessionHandler::class)
@@ -807,7 +807,7 @@ passed to the ``PdoSessionHandler`` service:
807807
808808
use Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler;
809809
810-
return static function (ContainerConfigurator $containerConfiguratorConfigurator) {
810+
return static function (ContainerConfigurator $containerConfigurator) {
811811
$services = $containerConfigurator->services();
812812
813813
$services->set(PdoSessionHandler::class)
@@ -980,7 +980,7 @@ the MongoDB connection as argument:
980980
981981
use Symfony\Component\HttpFoundation\Session\Storage\Handler\MongoDbSessionHandler;
982982
983-
return static function (ContainerConfigurator $containerConfiguratorConfigurator) {
983+
return static function (ContainerConfigurator $containerConfigurator) {
984984
$services = $containerConfigurator->services();
985985
986986
$services->set(MongoDbSessionHandler::class)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.