You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #42281 [Console] Readd missing php-doc parameter for constructor (brosenberger)
This PR was squashed before being merged into the 4.4 branch.
Discussion
----------
[Console] Readd missing php-doc parameter for constructor
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? |no
| Deprecations? |no
| Tickets | no
| License | MIT
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
partly revert the php constroctur php doc (readd missing php-doc for $name and $description) even if they not that meaningfull
This is needed as Magento2 uses this library and needs all php-doc parameter for interception compilation. if there are any missing parameters (in this case $name and $description) break compile step as the parameters are missmatching the actual parameters:

(AbstractConfigOption extends InputOption)
Commits
-------
09e7d6f [Console] Readd missing php-doc parameter for constructor
0 commit comments