You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #14528 [Routing] Remove simple quotes in config/routes/annotations.yaml (Yondz)
This PR was merged into the 4.4 branch.
Discussion
----------
[Routing] Remove simple quotes in config/routes/annotations.yaml
I find it weird to have both quoted and un-quoted values for `resource:` key in this code block.
I went to an actual project to double check the content of `config/routes/annotations.yaml` provided by the recipe (https://github.com/symfony/recipes/blob/master/doctrine/annotations/1.0/config/routes/annotations.yaml) and found out that both `resource:` are unquoted.
Versions : 4.4, 5.0, 5.1, 5.2
Have a good day ;)
<!--
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
-------
6649146 Remove simple quotes in config/routes/annotations.yaml
0 commit comments