Skip to content

Commit c678a8b

Browse files
committed
fixed phpdocs
1 parent c2eed30 commit c678a8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Countries.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static function exists(string $country): bool
5353
}
5454

5555
/**
56-
* Get country name from alpha2 code.
56+
* Gets the country name from alpha2 code.
5757
*
5858
* @throws MissingResourceException if the country code does not exists
5959
*/
@@ -63,7 +63,7 @@ public static function getName(string $country, string $displayLocale = null): s
6363
}
6464

6565
/**
66-
* Get list of country names indexed with alpha2 codes as keys.
66+
* Gets the list of country names indexed with alpha2 codes as keys.
6767
*
6868
* @return string[]
6969
*/

Languages.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static function exists(string $language): bool
5050
}
5151

5252
/**
53-
* Get language name from alpha2 code.
53+
* Gets the language name from alpha2 code.
5454
*
5555
* @throws MissingResourceException if the language code does not exists
5656
*/
@@ -60,7 +60,7 @@ public static function getName(string $language, string $displayLocale = null):
6060
}
6161

6262
/**
63-
* Get list of language names indexed with alpha2 codes as keys.
63+
* Gets the list of language names indexed with alpha2 codes as keys.
6464
*
6565
* @return string[]
6666
*/

0 commit comments

Comments
 (0)