diff --git a/src/Util.php b/src/Util.php index dd24b7c..6eb12f3 100644 --- a/src/Util.php +++ b/src/Util.php @@ -37,7 +37,7 @@ public static function normalizeIndex(int $index, int $containerLength, bool $th * Check if an array is sequential (indexed from 0 to n-1). * * @param array $source The array to check for sequential indexing. - * @param bool $forceCustomImplementation Flag only for tests. + * @param bool $forceCustomImplementation Flag only for tests (to test custom implementation of array_is_list). * * @return bool Returns true if the array has sequential indexing, false otherwise. */