Skip to content

Commit 8fa4dab

Browse files
committed
fixup
1 parent 8b3536a commit 8fa4dab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/http_foundation/session_configuration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ configuration:
191191
https://symfony.com/schema/dic/symfony/symfony-1.0.xsd"
192192
>
193193
<framework:config>
194-
<framework:session gc_probability="null"/>
194+
<framework:session gc-probability="null"/>
195195
</framework:config>
196196
</container>
197197

components/var_dumper.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ the :ref:`dump_destination option <configuration-debug-dump_destination>` of the
131131
132132
<!-- config/packages/debug.xml -->
133133
<?xml version="1.0" encoding="UTF-8" ?>
134-
<container xmlns="http://symfony.com/schema/dic/debug"
134+
<container xmlns="http://symfony.com/schema/dic/services"
135135
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
136136
xmlns:debug="http://symfony.com/schema/dic/debug"
137137
xsi:schemaLocation="http://symfony.com/schema/dic/services

0 commit comments

Comments
 (0)