-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Routing] Enrich MissingMandatoryParametersException #45075
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
[Routing] Enrich MissingMandatoryParametersException #45075
Conversation
2f754c1
to
c3b7ed3
Compare
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.
Can you tell a bit more about the use case?
src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php
Outdated
Show resolved
Hide resolved
I'm using the |
c3b7ed3
to
b7ef7d1
Compare
Thanks, looks sensible to me. Can you fix fabbot's report? |
22092a1
to
166aa54
Compare
Fixed ! Thank you ! |
src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php
Outdated
Show resolved
Hide resolved
166aa54
to
b6ae69a
Compare
src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php
Outdated
Show resolved
Hide resolved
b6ae69a
to
f641c07
Compare
src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php
Outdated
Show resolved
Hide resolved
d0c940d
to
6889a7a
Compare
src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php
Outdated
Show resolved
Hide resolved
6889a7a
to
f562935
Compare
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.
One last nitpick and good to me
src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php
Outdated
Show resolved
Hide resolved
f562935
to
88fb3c9
Compare
src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php
Show resolved
Hide resolved
src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php
Outdated
Show resolved
Hide resolved
cb5bc33
to
666069b
Compare
src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php
Show resolved
Hide resolved
f60704c
to
cefa8b2
Compare
cefa8b2
to
35f61aa
Compare
Thank you @adrienlucas. |
This allows to more easily recover after a failing call to
UrlGenerator::generate
.