mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-06 14:19:23 +08:00
IsIndexed() @return wrong description fixed (#15538) [skip ci]
This commit is contained in:

committed by
Alexander Makarov

parent
6b0be47e0f
commit
38f66e9c6d
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user