diff options
Diffstat (limited to 'cli/check.translation.php')
| -rwxr-xr-x | cli/check.translation.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/check.translation.php b/cli/check.translation.php index 0da415d85..b452054ed 100755 --- a/cli/check.translation.php +++ b/cli/check.translation.php @@ -102,9 +102,8 @@ function findUsedTranslations(): array { /** * Output help message. - * @return never */ -function checkHelp() { +function checkHelp(): never { $file = str_replace(__DIR__ . '/', '', __FILE__); echo <<<HELP |
