8000 update docblock · symfony/symfony@606729a · GitHub
[go: up one dir, main page]

Skip to content

Commit 606729a

Browse files
author
Emmanuel BORGES
committed
update docblock
1 parent 84da0d3 commit 606729a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* The possible configurations and use-cases:
2121
* - setStrictRequirements(true): Throw an exception for mismatching requirements. This
2222
* is mostly useful in development environment.
23-
* - setStrictRequirements(false): Don't throw an exception but return null as URL for
23+
* - setStrictRequirements(false): Don't throw an exception but return an empty string as URL for
2424
* mismatching requirements and log the problem. Useful when you cannot control all
2525
* params because they come from third party libs but don't want to have a 404 in
2626
* production environment. It should log the mismatch so one can review it.

0 commit comments

Comments
 (0)
0