File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919class AliasGroup implements Comparable, Countable {
2020
2121 /**
22- * @var string
22+ * @var string Language code identifying the language of the aliases, but note that there is
23+ * nothing this class can do to enforce this convention.
2324 */
2425 private $ languageCode ;
2526
@@ -29,7 +30,7 @@ class AliasGroup implements Comparable, Countable {
2930 private $ aliases ;
3031
3132 /**
32- * @param string $languageCode
33+ * @param string $languageCode Language of the aliases.
3334 * @param string[] $aliases
3435 *
3536 * @throws InvalidArgumentException
Original file line number Diff line number Diff line change 1616class Term implements Comparable {
1717
1818 /**
19- * @var string
19+ * @var string Language code identifying the language of the text, but note that there is
20+ * nothing this class can do to enforce this convention.
2021 */
2122 private $ languageCode ;
2223
@@ -26,7 +27,7 @@ class Term implements Comparable {
2627 private $ text ;
2728
2829 /**
29- * @param string $languageCode
30+ * @param string $languageCode Language of the text.
3031 * @param string $text
3132 *
3233 * @throws InvalidArgumentException
You can’t perform that action at this time.
0 commit comments