diff --git a/src/Command/NewMapperCommand.php b/src/Command/NewMapperCommand.php index 35a878a48..873c74a88 100644 --- a/src/Command/NewMapperCommand.php +++ b/src/Command/NewMapperCommand.php @@ -83,7 +83,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int return Command::FAILURE; } - if (!is_null($date)) { + if (null !== $date) { $aoiCommand = $this->getApplication()->find('osmcha:aoi'); $aoiCommand->run(new ArrayInput([ 'region' => $key,