X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/57198b462928673e15458d19756577f5f83e56bf..b9524b9b4eef9d21fe4af2ab2072afb62fd61ae9:/Command/RekeyCommand.php?ds=sidebyside diff --git a/Command/RekeyCommand.php b/Command/RekeyCommand.php index 91d7967..630d443 100644 --- a/Command/RekeyCommand.php +++ b/Command/RekeyCommand.php @@ -28,7 +28,7 @@ class RekeyCommand extends DoctrineCommand { } ///Process the attribution - protected function execute(InputInterface $input, OutputInterface $output) { + protected function execute(InputInterface $input, OutputInterface $output): int { //Fetch doctrine $doctrine = $this->getDoctrine();