There was an error while loading. Please reload this page.
1 parent 20924c8 commit fc0f174Copy full SHA for fc0f174
src/Util.php
@@ -37,7 +37,7 @@ public static function normalizeIndex(int $index, int $containerLength, bool $th
37
* Check if an array is sequential (indexed from 0 to n-1).
38
*
39
* @param array<mixed> $source The array to check for sequential indexing.
40
- * @param bool $forceCustomImplementation Flag only for tests.
+ * @param bool $forceCustomImplementation Flag only for tests (to test custom implementation of array_is_list).
41
42
* @return bool Returns true if the array has sequential indexing, false otherwise.
43
*/
0 commit comments