Commit ecb9728
committed
bug symfony#59675 [FrameworkBundle] fix compat with AsCommand attributes from symfony/console < 7.3 (xabbuh)
This PR was merged into the 7.3 branch.
Discussion
----------
[FrameworkBundle] fix compat with AsCommand attributes from symfony/console < 7.3
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
FrameworkBundle 7.3 can be used with older releases of the Console component which do not provide help information through the `AsCommand` attribute.
Commits
-------
23d949e fix compat with AsCommand attributes from symfony/console < 7.3File tree
1 file changed
+2
-2
lines changed- src/Symfony/Bundle/FrameworkBundle/DependencyInjection
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
610 | 610 | | |
611 | 611 | | |
612 | 612 | | |
613 | | - | |
| 613 | + | |
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
617 | | - | |
| 617 | + | |
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
| |||
0 commit comments