X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/a54ea605f52cac3be777ac81887f8889c70cef0e..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();