X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/57198b462928673e15458d19756577f5f83e56bf..9b7a4d936d277966c912334d534c3937eb9fcfa9:/Command/RekeyCommand.php 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();