Commit 89c0360
committed
bug symfony#61520 [Yaml] Fix scope resolution operator in flow mapping keys (MatTheCat)
This PR was merged into the 6.4 branch.
Discussion
----------
[Yaml] Fix scope resolution operator in flow mapping keys
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#61082
| License | MIT
Instead of splitting flow mapping keys by colon after `!php/const` or `!php/enum`, this PR splits by “lone” colon so that the `::` operator can be used.
Commits
-------
b09d67b [Yaml] Fix scope resolution operator in flow mapping keys2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments