Skip to content

Commit 7d3fdbf

Browse files
committed
[Intl] [Workflow] fixes English grammar typos
1 parent 818771f commit 7d3fdbf

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Countries.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static function exists(string $country): bool
5555
/**
5656
* Gets the country name from alpha2 code.
5757
*
58-
* @throws MissingResourceException if the country code does not exists
58+
* @throws MissingResourceException if the country code does not exist
5959
*/
6060
public static function getName(string $country, string $displayLocale = null): string
6161
{

Currencies.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static function exists(string $currency): bool
4646
}
4747

4848
/**
49-
* @throws MissingResourceException if the currency code does not exists
49+
* @throws MissingResourceException if the currency code does not exist
5050
*/
5151
public static function getName(string $currency, string $displayLocale = null): string
5252
{
@@ -78,7 +78,7 @@ public static function getNames(string $displayLocale = null): array
7878
}
7979

8080
/**
81-
* @throws MissingResourceException if the currency code does not exists
81+
* @throws MissingResourceException if the currency code does not exist
8282
*/
8383
public static function getSymbol(string $currency, string $displayLocale = null): string
8484
{
@@ -115,7 +115,7 @@ public static function getNumericCode(string $currency): int
115115
}
116116

117117
/**
118-
* @throws MissingResourceException if the numeric code does not exists
118+
* @throws MissingResourceException if the numeric code does not exist
119119
*/
120120
public static function forNumericCode(int $numericCode): array
121121
{

Languages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static function exists(string $language): bool
5252
/**
5353
* Gets the language name from alpha2 code.
5454
*
55-
* @throws MissingResourceException if the language code does not exists
55+
* @throws MissingResourceException if the language code does not exist
5656
*/
5757
public static function getName(string $language, string $displayLocale = null): string
5858
{

Locales.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static function exists(string $locale): bool
4949
}
5050

5151
/**
52-
* @throws MissingResourceException if the locale does not exists
52+
* @throws MissingResourceException if the locale does not exist
5353
*/
5454
public static function getName(string $locale, string $displayLocale = null): string
5555
{

Scripts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static function exists(string $script): bool
4141
}
4242

4343
/**
44-
* @throws MissingResourceException if the script code does not exists
44+
* @throws MissingResourceException if the script code does not exist
4545
*/
4646
public static function getName(string $script, string $displayLocale = null): string
4747
{

0 commit comments

Comments
 (0)