Skip to content

Commit e6598d1

Browse files
committed
psr-2
1 parent 29d1156 commit e6598d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Utils/Locales.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ public static function getLocaleInfo($code)
11291129
* Returns the list of languages
11301130
*
11311131
* @param bool $excludeCompounds Exclude compounds languages (eg 'Brazilian Portuguese', 'Traditional Chinese')?
1132-
* @param bool $excludeFake Exclude fake languages (eg 'Unknown Language', 'No linguistic content')?
1132+
* @param bool $excludeFake Exclude fake languages (eg 'Unknown Language', 'No linguistic content')?
11331133
*
11341134
* @return array
11351135
*/
@@ -1157,7 +1157,7 @@ function ($key) {
11571157
* Returns the list of territories
11581158
*
11591159
* @param bool $excludeRegions Exclude the regions (eg 'World', 'Europe')?
1160-
* @param bool $excludeFake Exclude fake territories (eg 'Unknown Region')?
1160+
* @param bool $excludeFake Exclude fake territories (eg 'Unknown Region')?
11611161
*
11621162
* @return array
11631163
*/

0 commit comments

Comments
 (0)