From 87837f9416b363471807b4e63a52eecbb8cae531 Mon Sep 17 00:00:00 2001 From: Shyim Date: Wed, 8 Feb 2023 15:57:16 +0100 Subject: [PATCH] Fix typo in phpdoc --- src/Reflection/ReflectionAttribute.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Reflection/ReflectionAttribute.php b/src/Reflection/ReflectionAttribute.php index e1f0c9c0d..8afffadc0 100644 --- a/src/Reflection/ReflectionAttribute.php +++ b/src/Reflection/ReflectionAttribute.php @@ -39,7 +39,7 @@ public function __construct( } } - /** @interal */ + /** @internal */ public function withOwner(ReflectionClass|ReflectionMethod|ReflectionFunction|ReflectionClassConstant|ReflectionEnumCase|ReflectionProperty|ReflectionParameter $owner): self { $clone = clone $this;