Skip to content

Commit 6e0d1c3

Browse files
committed
minor #20852 Update framework.rst (RPetrosjan)
This PR was submitted for the 7.2 branch but it was merged into the 6.4 branch instead. Discussion ---------- Update framework.rst Docs correction <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- ca92b57 Update framework.rst
2 parents bc4cdb6 + ca92b57 commit 6e0d1c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ and public.
128128
allow_reload
129129
............
130130

131-
**type**: ``string``
131+
**type**: ``boolean`` **default**: ``false``
132132

133133
Specifies whether the client can force a cache reload by including a
134134
Cache-Control "no-cache" directive in the request. Set it to ``true``
@@ -137,7 +137,7 @@ for compliance with RFC 2616. (default: false)
137137
allow_revalidate
138138
................
139139

140-
**type**: ``string``
140+
**type**: ``boolean`` **default**: ``false``
141141

142142
Specifies whether the client can force a cache revalidate by including a
143143
Cache-Control "max-age=0" directive in the request. Set it to ``true``

0 commit comments

Comments
 (0)