Skip to content

Commit 394e989

Browse files
committed
fix stan
1 parent c967f8c commit 394e989

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Commands/EnumAnnotateCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ protected function annotateFolder(): void
7575
}
7676
}
7777

78-
/** @param \ReflectionClass<\BenSampo\Enum\Enum<*>> $reflectionClass */
78+
/** @param \ReflectionClass<*> $reflectionClass */
7979
protected function annotate(\ReflectionClass $reflectionClass): void
8080
{
8181
$docBlock = $this->getDocBlock($reflectionClass);
@@ -111,7 +111,7 @@ protected function annotate(\ReflectionClass $reflectionClass): void
111111
$this->info("Wrote new phpDocBlock to {$fileName}.");
112112
}
113113

114-
/** @param \ReflectionClass<\BenSampo\Enum\Enum<*>> $reflectionClass */
114+
/** @param \ReflectionClass<*> $reflectionClass */
115115
protected function getDocBlock(\ReflectionClass $reflectionClass): DocBlockGenerator
116116
{
117117
$docBlock = DocBlockGenerator::fromArray([])
@@ -145,7 +145,7 @@ protected function getDocblockWithoutTags(DocBlockReflection $docBlockReflection
145145
}
146146

147147
/**
148-
* @param \ReflectionClass<\BenSampo\Enum\Enum<*>> $reflectionClass
148+
* @param \ReflectionClass<*> $reflectionClass
149149
*
150150
* @return array<\Laminas\Code\Generator\DocBlock\Tag\TagInterface>
151151
*/

0 commit comments

Comments
 (0)