diff --git a/framework/helpers/BaseArrayHelper.php b/framework/helpers/BaseArrayHelper.php index 542894cb54..0654554e69 100644 --- a/framework/helpers/BaseArrayHelper.php +++ b/framework/helpers/BaseArrayHelper.php @@ -779,7 +779,7 @@ class BaseArrayHelper * @param array $array the array being checked * @param bool $consecutive whether the array keys must be a consecutive sequence * in order for the array to be treated as indexed. - * @return bool whether the array is associative + * @return bool whether the array is indexed */ public static function isIndexed($array, $consecutive = false) {