File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments