Skip to content

Commit d1b738d

Browse files
committed
Replace FILTER_VALIDATE_BOOLEAN by FILTER_VALIDATE_BOOL
1 parent 66bb8f2 commit d1b738d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/CompleteCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected function configure(): void
7676

7777
protected function initialize(InputInterface $input, OutputInterface $output)
7878
{
79-
$this->isDebug = filter_var(getenv('SYMFONY_COMPLETION_DEBUG'), \FILTER_VALIDATE_BOOLEAN);
79+
$this->isDebug = filter_var(getenv('SYMFONY_COMPLETION_DEBUG'), \FILTER_VALIDATE_BOOL);
8080
}
8181

8282
protected function execute(InputInterface $input, OutputInterface $output): int

0 commit comments

Comments
 (0)