Skip to content

Commit fc0f174

Browse files
committed
Minor changes.
1 parent 20924c8 commit fc0f174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static function normalizeIndex(int $index, int $containerLength, bool $th
3737
* Check if an array is sequential (indexed from 0 to n-1).
3838
*
3939
* @param array<mixed> $source The array to check for sequential indexing.
40-
* @param bool $forceCustomImplementation Flag only for tests.
40+
* @param bool $forceCustomImplementation Flag only for tests (to test custom implementation of array_is_list).
4141
*
4242
* @return bool Returns true if the array has sequential indexing, false otherwise.
4343
*/

0 commit comments

Comments
 (0)