diff --git a/src/polyfills.php b/src/polyfills.php index 51e599ed..892c2d80 100644 --- a/src/polyfills.php +++ b/src/polyfills.php @@ -14,10 +14,11 @@ * * An array is considered a list if its keys consist of consecutive numbers from 0 to count($array)-1. * + * @since n.e.x.t + * * @param array $array The array to check. - * @return bool True if the array is a list, false otherwise. * - * @since n.e.x.t + * @return bool True if the array is a list, false otherwise. */ function array_is_list(array $array): bool {