From e02530a20d1bbdc90a0801765b674550a28cd98e Mon Sep 17 00:00:00 2001 From: Beno!t POLASZEK Date: Mon, 6 Nov 2023 14:59:39 +0100 Subject: [PATCH] chore: mark functions as internal --- src/functions.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/functions.php b/src/functions.php index d579ad1..de5bf50 100644 --- a/src/functions.php +++ b/src/functions.php @@ -11,6 +11,8 @@ use function array_replace; /** + * @internal + * * @param list $keys * @param array $values * @param array ...$extraValues @@ -26,6 +28,8 @@ function array_fill_from(array $keys, array $values, array ...$extraValues): arr } /** + * @internal + * * @template T * * @param T $value @@ -38,6 +42,8 @@ function ref(mixed $value): Ref } /** + * @internal + * * @template T * * @param Ref $ref