]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Command/RekeyCommand.php
Update execute member function prototype
[airbundle] / Command / RekeyCommand.php
index 91d7967de249a60beb2449c992dd2f03f6291261..630d443c79b33289433155c793f616168cc71e03 100644 (file)
@@ -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();