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 6e0d1c3

Browse filesBrowse files
committed
minor symfony#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
Copy full SHA for 6e0d1c3

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎reference/configuration/framework.rst

Copy file name to clipboardExpand all lines: reference/configuration/framework.rst
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.