Skip to content

Commit b14f6b6

Browse files
committed
Fix phpDoc
1 parent 8293673 commit b14f6b6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/Utils/Locales.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,8 @@ public static function getLocaleInfo($code)
11301130
*
11311131
* @param bool $excludeCompounds Exclude compounds languages (eg 'Brazilian Portuguese', 'Traditional Chinese')?
11321132
* @param bool $excludeFake Exclude fake languages (eg 'Unknown Language', 'No linguistic content')?
1133-
* @return boolean
1133+
*
1134+
* @return array
11341135
*/
11351136
public static function getLanguages($excludeCompounds = false, $excludeFake = false)
11361137
{
@@ -1157,6 +1158,8 @@ function ($key) {
11571158
*
11581159
* @param bool $excludeRegions Exclude the regions (eg 'World', 'Europe')?
11591160
* @param bool $excludeFake Exclude fake territories (eg 'Unknown Region')?
1161+
*
1162+
* @return array
11601163
*/
11611164
public static function getTerritories($excludeRegions = false, $excludeFake = false)
11621165
{

0 commit comments

Comments
 (0)