stecman / symfony-console-completion

Automatic tab-key completion for Symfony console application options, arguments and parameters
MIT License
420 stars 26 forks source link

Update CompletionCommand.php to Add return type #94

Closed rajeshreeputra closed 1 year ago

rajeshreeputra commented 1 year ago

Add return type, as failing with Drupal 10.1

stecman commented 1 year ago

Thanks! Looks like this became an issue from symfony/console 6.3.0 :+1:

joshtrichards commented 4 months ago

This impacts Symfony 5.x too:

https://github.com/symfony/symfony/blob/1f386a39aeb83a1b37bba008ba42061901dc5d45/src/Symfony/Component/Console/Command/LazyCommand.php#L92

Any chance this can be backported to v0.11.x as well?