1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2020-09-08 20:41:52 +02:00
24 changed files with 331 additions and 472 deletions

View File

@@ -194,7 +194,7 @@ class language
}
/**
* @param $key array|string The language key we want to know more about. Can be string or array.
* @param array|string $key The language key we want to know more about. Can be string or array.
*
* @return bool Returns whether the language key is set.
*/