From b7b6959b5f1832e6999478bb48e6dc01e7ee97b6 Mon Sep 17 00:00:00 2001 From: Shail Mehta Date: Wed, 27 Aug 2025 20:14:39 +0530 Subject: [PATCH] Updated Inline Document Order in Inline Documentation --- src/polyfills.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {