diff options
Diffstat (limited to 'include/functions.php')
| -rw-r--r-- | include/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php index c32924743..a79a19711 100644 --- a/include/functions.php +++ b/include/functions.php @@ -123,6 +123,7 @@ // create a list like "en" => 0.8 $langs = array_combine($lang_parse[1], $lang_parse[4]); + /** @phpstan-ignore function.alreadyNarrowedType (PHP 7.4 will return false if array_value has an issue) */ if (is_array($langs)) { // set default to 1 for any without q factor foreach ($langs as $lang => $val) { |