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 3c6057c commit 6266b5fCopy full SHA for 6266b5f
1 file changed
phpBB/phpbb/console/command/attachments/check.php
@@ -91,7 +91,7 @@ protected function configure()
91
*
92
* @return int 0 if all is ok, 1 otherwise
93
*/
94
- protected function execute(InputInterface $input, OutputInterface $output)
+ protected function execute(InputInterface $input, OutputInterface $output): int
95
{
96
$dry_run = $input->getOption('dry-run');
97
0 commit comments