Skip to content

Commit c92bc63

Browse files
authored
Merge pull request #63 from shail-mehta/update/inline-doc-order
Updated Inline Document order in polyfills.php File
2 parents b6c4be1 + b7b6959 commit c92bc63

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/polyfills.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
*
1515
* An array is considered a list if its keys consist of consecutive numbers from 0 to count($array)-1.
1616
*
17+
* @since n.e.x.t
18+
*
1719
* @param array<mixed> $array The array to check.
18-
* @return bool True if the array is a list, false otherwise.
1920
*
20-
* @since n.e.x.t
21+
* @return bool True if the array is a list, false otherwise.
2122
*/
2223
function array_is_list(array $array): bool
2324
{

0 commit comments

Comments
 (0)