-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Update framework.rst #20852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update framework.rst #20852
Conversation
Docs correction
It looks like you unchecked the "Allow edits from maintainer" box. That is fine, but please note that if you have multiple commits, you'll need to squash your commits into one before this can be merged. Or, you can check the "Allow edits from maintainers" box and the maintainer can squash for you. Cheers! Carsonbot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may can remove the default value at the end of the description
Btw looks good for 6.4
@@ -1239,7 +1239,7 @@ http_cache | |||
allow_reload | |||
............ | |||
|
|||
**type**: ``string`` | |||
**type**: ``boolean`` **default**: ``false`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
strictly spoken, the default value is null
but that in turn is treated as false
in the HttpCache
class
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
Thanks Ruben ... and congrats on your first Symfony Docs contribution 🎉 |
this was merged in 6e0d1c3 even though the PR is displayed as closed (that's because we merged it into a different branch than you targetted with your PR) |
…aviereguiluz) This PR was merged into the 6.4 branch. Discussion ---------- [Reference] Update the default values of some options After merging #20852 I realized that some default option values were not following the format used in most options, so let's update them. Commits ------- 5028721 [Reference] Update the default values of some options
Docs correction