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