1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Merge branch '3.2.x' into 3.3.x

This commit is contained in:
Marc Alexander
2020-06-06 17:17:28 +02:00
8 changed files with 169 additions and 33 deletions

View File

@@ -292,7 +292,7 @@ class language
*
* @return string
*/
public function lang_array($key, $args = array())
public function lang_array($key, array $args = [])
{
$lang = $this->lang_raw($key);