Skip to content

Commit

Permalink
Merge pull request #1328 from shyim/patch-1
Browse files Browse the repository at this point in the history
Fix typo in phpdoc of method that should be `@internal`
  • Loading branch information
Ocramius authored Feb 8, 2023
2 parents c9011d3 + 87837f9 commit eb41dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reflection/ReflectionAttribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __construct(
}
}

/** @interal */
/** @internal */
public function withOwner(ReflectionClass|ReflectionMethod|ReflectionFunction|ReflectionClassConstant|ReflectionEnumCase|ReflectionProperty|ReflectionParameter $owner): self
{
$clone = clone $this;
Expand Down

0 comments on commit eb41dec

Please sign in to comment.