Commit 1c87e55
committed
bug symfony#52964 [ExpressionLanguage] Fix null coalescing propagation (fancyweb)
This PR was merged into the 6.3 branch.
Discussion
----------
[ExpressionLanguage] Fix null coalescing propagation
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | symfony#47192
| License | MIT
This PR replaces symfony#47446 since the author didn't reply.
I think my patch suggestion is better.
Commits
-------
6c5ca23 [ExpressionLanguage] Fix null coalescing propagationFile tree
2 files changed
+17
-1
lines changed- src/Symfony/Component/ExpressionLanguage
- Node
- Tests
2 files changed
+17
-1
lines changedLines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
52 | 65 | | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
427 | 430 | | |
428 | 431 | | |
429 | 432 | | |
| |||
0 commit comments