Skip to content

Commit 7050806

Browse files
author
Dave MacFarlane
committed
phan?
1 parent e69312d commit 7050806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php/libraries/Language.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class Language
1111
/**
1212
* Construct a Language object
1313
*
14-
* @param public readonly string $label The display label for the language
15-
* @param public readonly string $code The language code for the language.
14+
* @param public string $label The display label for the language
15+
* @param public string $code The language code for the language.
1616
*
1717
* @return \Language
1818
*/

0 commit comments

Comments
 (0)