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