X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/a54ea605f52cac3be777ac81887f8889c70cef0e..69a888d9341349a25ba800313f9f14bb638e6ca5:/Command/WeatherCommand.php?ds=sidebyside diff --git a/Command/WeatherCommand.php b/Command/WeatherCommand.php index 3b6c88f..ed7b8be 100644 --- a/Command/WeatherCommand.php +++ b/Command/WeatherCommand.php @@ -99,7 +99,7 @@ class WeatherCommand extends DoctrineCommand { } ///Process the attribution - protected function execute(InputInterface $input, OutputInterface $output) { + protected function execute(InputInterface $input, OutputInterface $output): int { //Kernel object $kernel = $this->getApplication()->getKernel();