8000 minor #15194 Update framework.router.strict_requirements (AntoineRoue) · symfony/symfony-docs@c4bdd91 · GitHub
[go: up one dir, main page]

Skip to content

Commit c4bdd91

Browse files
committed
minor #15194 Update framework.router.strict_requirements (AntoineRoue)
This PR was submitted for the 5.2 branch but it was merged into the 4.4 branch instead. Discussion ---------- Update framework.router.strict_requirements This value was not changed with symfony/symfony#30390 <!-- 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 `5.x` for features of unreleased versions). --> Commits ------- 90e6580 Update framework.rst
2 parents f89a45f + 90e6580 commit c4bdd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ The value can be one of:
12211221
``true``
12221222
Throw an exception when the requirements are not met;
12231223
``false``
1224-
Disable exceptions when the requirements are not met and return ``null``
1224+
Disable exceptions when the requirements are not met and return ``''``
12251225
instead;
12261226
``null``
12271227
Disable checking the requirements (thus, match the route even when the

0 commit comments

Comments
 (0)
0