8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84da0d3 commit 606729aCopy full SHA for 606729a
src/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php
@@ -20,7 +20,7 @@
20
* The possible configurations and use-cases:
21
* - setStrictRequirements(true): Throw an exception for mismatching requirements. This
22
* is mostly useful in development environment.
23
- * - setStrictRequirements(false): Don't throw an exception but return null as URL for
+ * - setStrictRequirements(false): Don't throw an exception but return an empty string as URL for
24
* mismatching requirements and log the problem. Useful when you cannot control all
25
* params because they come from third party libs but don't want to have a 404 in
26
* production environment. It should log the mismatch so one can review it.
0 commit comments