diff options
Diffstat (limited to 'core/Command/Group/Add.php')
-rw-r--r-- | core/Command/Group/Add.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Group/Add.php b/core/Command/Group/Add.php index 1469968d2fc..14b733f9af1 100644 --- a/core/Command/Group/Add.php +++ b/core/Command/Group/Add.php @@ -65,7 +65,7 @@ class Add extends Base { ); } - protected function execute(InputInterface $input, OutputInterface $output) { + protected function execute(InputInterface $input, OutputInterface $output): int { $gid = $input->getArgument('groupid'); $group = $this->groupManager->get($gid); if ($group) { |