We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66bb8f2 commit d1b738dCopy full SHA for d1b738d
Command/CompleteCommand.php
@@ -76,7 +76,7 @@ protected function configure(): void
76
77
protected function initialize(InputInterface $input, OutputInterface $output)
78
{
79
- $this->isDebug = filter_var(getenv('SYMFONY_COMPLETION_DEBUG'), \FILTER_VALIDATE_BOOLEAN);
+ $this->isDebug = filter_var(getenv('SYMFONY_COMPLETION_DEBUG'), \FILTER_VALIDATE_BOOL);
80
}
81
82
protected function execute(InputInterface $input, OutputInterface $output): int
0 commit comments