We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6c4be1 + b7b6959 commit c92bc63Copy full SHA for c92bc63
src/polyfills.php
@@ -14,10 +14,11 @@
14
*
15
* An array is considered a list if its keys consist of consecutive numbers from 0 to count($array)-1.
16
17
+ * @since n.e.x.t
18
+ *
19
* @param array<mixed> $array The array to check.
- * @return bool True if the array is a list, false otherwise.
20
- * @since n.e.x.t
21
+ * @return bool True if the array is a list, false otherwise.
22
*/
23
function array_is_list(array $array): bool
24
{
0 commit comments