X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/0157506456243f8e0ee762b7a7b4a84da0446909..059e66ae24b995fc9071e287647e20c007fc92f8:/Command/WeatherCommand.php 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();