Skip to content

Commit e94c5c8

Browse files
authored
Merge branch refs/heads/2.1.x into 2.2.x
2 parents b7b2ba4 + 91b0c06 commit e94c5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/Generics/EnumAncestorsRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function processNode(Node $node, Scope $scope): array
6868
sprintf('Enum %s @implements tag contains incompatible type %%s.', $escapedEnumName),
6969
sprintf('Enum %s @implements tag contains unresolvable type.', $enumName),
7070
sprintf('Enum %s has @implements tag, but does not implement any interface.', $escapedEnumName),
71-
sprintf('The @implements tag of eunm %s describes %%s but the enum implements: %%s', $escapedEnumName),
71+
sprintf('The @implements tag of enum %s describes %%s but the enum implements: %%s', $escapedEnumName),
7272
'PHPDoc tag @implements contains generic type %s but %s %s is not generic.',
7373
'Generic type %s in PHPDoc tag @implements does not specify all template types of %s %s: %s',
7474
'Generic type %s in PHPDoc tag @implements specifies %d template types, but %s %s supports only %d: %s',

0 commit comments

Comments
 (0)