From 2199df8ad7e9297f523614115bb323585e0dba83 Mon Sep 17 00:00:00 2001 From: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> Date: Fri, 28 Apr 2023 14:21:54 +0200 Subject: phpstan level 7 for manipulate.translation.php (#5352) * phpstan level 7 for manipulate.translation.php * Update manipulate.translation.php --------- Co-authored-by: Luc --- cli/manipulate.translation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/manipulate.translation.php b/cli/manipulate.translation.php index ed307f302..b52451681 100755 --- a/cli/manipulate.translation.php +++ b/cli/manipulate.translation.php @@ -5,7 +5,7 @@ require_once __DIR__ . '/i18n/I18nData.php'; require_once __DIR__ . '/i18n/I18nFile.php'; require_once __DIR__ . '/../constants.php'; - +/** @var array $options */ $options = getopt("a:hk:l:o:rv:"); if (array_key_exists('h', $options)) { -- cgit v1.2.3