- Notifications
You must be signed in to change notification settings - Fork20
Commit5f38554
committed
[TASK] Adapt for upcoming Symfony 5.3 command tag properties
With the Symfony PRsymfony/symfony#39851new depndency injection console.command tag properties aresupported, which allow to inject the description andthe hidden state into console commands.In order to maintain a consistent console.command DI tag syntaxbetween Symfony and TYPO3 core, we now add forward compatibilityfor this change.Releases: master, 10.4Resolves: #93425Related: #93174Change-Id: Ie5dac65deaede2099f2d337466295bd2815ce918Reviewed-on:https://review.typo3.org/c/Packages/TYPO3.CMS/+/67639Tested-by: TYPO3com <noreply@typo3.com>Tested-by: Helmut Hummel <typo3@helhum.io>Tested-by: Benni Mack <benni@typo3.org>Tested-by: Benjamin Franzke <bfr@qbus.de>Reviewed-by: Helmut Hummel <typo3@helhum.io>Reviewed-by: Benni Mack <benni@typo3.org>Reviewed-by: Benjamin Franzke <bfr@qbus.de>1 parentc322f43 commit5f38554
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
73 | 83 | | |
74 | 84 | | |
75 | 85 | | |
| |||
0 commit comments
Comments
(0)