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 606729a

Browse filesBrowse files
author
Emmanuel BORGES
committed
update docblock
1 parent 84da0d3 commit 606729a
Copy full SHA for 606729a

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.