X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/9d0f67d98d3fcb021e1098128f2e42a6bf411bfb..df3dc838441b9dcbebf69601cfd26fdf513f86a1:/Command/AttributeCommand.php?ds=sidebyside diff --git a/Command/AttributeCommand.php b/Command/AttributeCommand.php index 8f26e26..48f5f01 100644 --- a/Command/AttributeCommand.php +++ b/Command/AttributeCommand.php @@ -27,7 +27,7 @@ class AttributeCommand 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();