Commit ea31908
committed
minor symfony#59176 [FrameworkBundle] Fix
This PR was merged into the 7.3 branch.
Discussion
----------
[FrameworkBundle] Fix `symfony/translation` conflict
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Fix failing translator test in FWB for low-deps. A fix to support both `nikic/php-parser` 4 and 5 was introduced in 6.4.3, thus the conflict being updated.
The error being fixed is https://github.com/symfony/symfony/actions/runs/12278002300/job/34258706124#step:9:7177.
Commits
-------
7369408 [FrameworkBundle] Fix `symfony/translation` conflictsymfony/translation conflict (alexandre-daubois)1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments