Commit fa63eea
committed
bug #896 Fix keys not found when surrounded by quotes (valentinloiseau)
This PR was merged into the 1.0-dev branch.
Discussion
----------
Fix keys not found when surrounded by quotes
Fix bug reported in #796 : running ``make:message`` cannot find existing messages when configuring with quotes according to [documentation](https://symfony.com/doc/current/messenger.html#routing-messages-to-a-transport).
Commits
-------
630a97b Fix keys not found when surrounded by quotesFile tree
2 files changed
+20
-1
lines changed- src/Util
- tests/Util/yaml_fixtures
2 files changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
687 | | - | |
| 687 | + | |
688 | 688 | | |
689 | 689 | | |
690 | 690 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments