Skip to content

Commit

Permalink
Replace internal marker for already internal method with experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 11, 2024
1 parent 2842aeb commit bd35954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function toArray(): array
return $this->getArrayCopy();
}

/** @internal */
/** @experimental May be moved to a separate helper class in the future. */
protected static function assertType(array $types, string $value): void
{
if (! in_array($value, $types)) {
Expand Down

0 comments on commit bd35954

Please sign in to comment.