We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6266b5f commit 7d45a51Copy full SHA for 7d45a51
1 file changed
phpBB/phpbb/console/command/passwords/reset.php
@@ -70,7 +70,7 @@ protected function configure()
70
*
71
* @return int 0 if all is ok, 1 otherwise
72
*/
73
- protected function execute(InputInterface $input, OutputInterface $output)
+ protected function execute(InputInterface $input, OutputInterface $output): int
74
{
75
$dry_run = $input->getOption('dry-run');
76
0 commit comments