We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69312d commit 7050806Copy full SHA for 7050806
php/libraries/Language.php
@@ -11,8 +11,8 @@ class Language
11
/**
12
* Construct a Language object
13
*
14
- * @param public readonly string $label The display label for the language
15
- * @param public readonly string $code The language code for the language.
+ * @param public string $label The display label for the language
+ * @param public string $code The language code for the language.
16
17
* @return \Language
18
*/
0 commit comments