diff options
Diffstat (limited to 'core/Command/Broadcast/Test.php')
-rw-r--r-- | core/Command/Broadcast/Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Broadcast/Test.php b/core/Command/Broadcast/Test.php index 93734369ace..7be49156a77 100644 --- a/core/Command/Broadcast/Test.php +++ b/core/Command/Broadcast/Test.php @@ -60,7 +60,7 @@ class Test extends Command { ); } - protected function execute(InputInterface $input, OutputInterface $output) { + protected function execute(InputInterface $input, OutputInterface $output): int { $name = $input->getArgument('name'); $uid = $input->getArgument('uid'); |