We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.1, 6.0
https://github.com/symfony/console/blob/6.1/Command/Command.php#L434-L479 https://github.com/symfony/console/blob/6.0/Command/Command.php#L431-L450
In PhpStorm the following docblock is picked up as "The" class rather than, for instance in $mode, a nullable int
nullable int
class SfCommand extends \Symfony\Component\Console\Command\Command { protected function configure() { $this->addOption('foo', 'bar', 'baz', 'desc', 'default',); } }
https://github.com/symfony/console/blob/6.1/Command/Command.php#L434-L479
The way it looks in 5.4 is fine:
https://github.com/symfony/console/blob/5.4/Command/Command.php#L446-L465
The text was updated successfully, but these errors were encountered:
Closing for the reason given in #46218 (comment) (tldr: not a Symfony bug but a PHPStorm one). Thanks
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Symfony version(s) affected
6.1, 6.0
Description
https://github.com/symfony/console/blob/6.1/Command/Command.php#L434-L479
https://github.com/symfony/console/blob/6.0/Command/Command.php#L431-L450
In PhpStorm the following docblock is picked up as "The" class rather than, for instance in $mode, a
nullable int
How to reproduce
https://github.com/symfony/console/blob/6.1/Command/Command.php#L434-L479
Possible Solution
The way it looks in 5.4 is fine:
https://github.com/symfony/console/blob/5.4/Command/Command.php#L446-L465
Additional Context
The text was updated successfully, but these errors were encountered: