Skip to content

Commit 4ad7480

Browse files
committed
Make default validation against 3.3
1 parent e0a2274 commit 4ad7480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Phpbb/TranslationValidator/Command/ValidateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected function configure()
2525
->setName('validate')
2626
->setDescription('Run the validator on your language pack.')
2727
->addArgument('origin-iso', InputArgument::REQUIRED, 'The ISO of the language to validate')
28-
->addOption('phpbb-version', null, InputOption::VALUE_OPTIONAL, 'The phpBB Version to validate against', '3.2')
28+
->addOption('phpbb-version', null, InputOption::VALUE_OPTIONAL, 'The phpBB Version to validate against', '3.3')
2929
->addOption('source-iso', null, InputOption::VALUE_OPTIONAL, 'The ISO of the language to validate against', 'en')
3030
->addOption('package-dir', null, InputOption::VALUE_OPTIONAL, 'The path to the directory with the language packages', null)
3131
->addOption('language-dir', null, InputOption::VALUE_OPTIONAL, 'The path to the directory with the language folders', null)

0 commit comments

Comments
 (0)