File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public static function exists(string $country): bool
55
55
/**
56
56
* Gets the country name from alpha2 code.
57
57
*
58
- * @throws MissingResourceException if the country code does not exists
58
+ * @throws MissingResourceException if the country code does not exist
59
59
*/
60
60
public static function getName (string $ country , string $ displayLocale = null ): string
61
61
{
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public static function exists(string $currency): bool
46
46
}
47
47
48
48
/**
49
- * @throws MissingResourceException if the currency code does not exists
49
+ * @throws MissingResourceException if the currency code does not exist
50
50
*/
51
51
public static function getName (string $ currency , string $ displayLocale = null ): string
52
52
{
@@ -78,7 +78,7 @@ public static function getNames(string $displayLocale = null): array
78
78
}
79
79
80
80
/**
81
- * @throws MissingResourceException if the currency code does not exists
81
+ * @throws MissingResourceException if the currency code does not exist
82
82
*/
83
83
public static function getSymbol (string $ currency , string $ displayLocale = null ): string
84
84
{
@@ -115,7 +115,7 @@ public static function getNumericCode(string $currency): int
115
115
}
116
116
117
117
/**
118
- * @throws MissingResourceException if the numeric code does not exists
118
+ * @throws MissingResourceException if the numeric code does not exist
119
119
*/
120
120
public static function forNumericCode (int $ numericCode ): array
121
121
{
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public static function exists(string $language): bool
52
52
/**
53
53
* Gets the language name from alpha2 code.
54
54
*
55
- * @throws MissingResourceException if the language code does not exists
55
+ * @throws MissingResourceException if the language code does not exist
56
56
*/
57
57
public static function getName (string $ language , string $ displayLocale = null ): string
58
58
{
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public static function exists(string $locale): bool
49
49
}
50
50
51
51
/**
52
- * @throws MissingResourceException if the locale does not exists
52
+ * @throws MissingResourceException if the locale does not exist
53
53
*/
54
54
public static function getName (string $ locale , string $ displayLocale = null ): string
55
55
{
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public static function exists(string $script): bool
41
41
}
42
42
43
43
/**
44
- * @throws MissingResourceException if the script code does not exists
44
+ * @throws MissingResourceException if the script code does not exist
45
45
*/
46
46
public static function getName (string $ script , string $ displayLocale = null ): string
47
47
{
You can’t perform that action at this time.
0 commit comments