Skip to content

Commit

Permalink
chore: mark functions as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek committed Nov 6, 2023
1 parent 4c72202 commit e02530a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
use function array_replace;

/**
* @internal
*
* @param list<string> $keys
* @param array<string, mixed> $values
* @param array<string, mixed> ...$extraValues
Expand All @@ -26,6 +28,8 @@ function array_fill_from(array $keys, array $values, array ...$extraValues): arr
}

/**
* @internal
*
* @template T
*
* @param T $value
Expand All @@ -38,6 +42,8 @@ function ref(mixed $value): Ref
}

/**
* @internal
*
* @template T
*
* @param Ref<T> $ref
Expand Down

0 comments on commit e02530a

Please sign in to comment.