Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Mar 12, 2024
1 parent 20924c8 commit fc0f174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<mixed> $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.
*/
Expand Down

0 comments on commit fc0f174

Please sign in to comment.