You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type of the return value of the function lang() in Common.php / line 433 ff. is set to "string". The documentation (chapter Localization / Nested Arrays) shows that lang() also can return an array. But if you try this, you will get a TypeError ("Return value of lang() must be of the type string, array returned").
The text was updated successfully, but these errors were encountered:
The type of the return value of the function lang() in Common.php / line 433 ff. is set to "string". The documentation (chapter Localization / Nested Arrays) shows that lang() also can return an array. But if you try this, you will get a TypeError ("Return value of lang() must be of the type string, array returned").
The text was updated successfully, but these errors were encountered: