Commit 8decb19
committed
fix: skip Application::add rename rector for Console version compat shim
RenameMethodRector fires for Symfony\Component\Console\Application::add()
whenever symfony/console >=7.4 is allowed by composer.json, but
ValidateTranslationCommandTest::addCommandToApplication() intentionally
calls add() as a runtime fallback for Symfony Console < 8.1 parent c3aa232 commit 8decb19
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
32 | 40 | | |
0 commit comments