IsIndexed() @return wrong description fixed (#15538) [skip ci]

This commit is contained in:
Ankit Padia
2018-01-22 18:14:54 +05:30
committed by Alexander Makarov
parent 6b0be47e0f
commit 38f66e9c6d

View File

@ -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)
{