File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ protected function annotateFolder(): void
75
75
}
76
76
}
77
77
78
- /** @param \ReflectionClass<\BenSampo\Enum\Enum<*>> $reflectionClass */
78
+ /** @param \ReflectionClass<*> $reflectionClass */
79
79
protected function annotate (\ReflectionClass $ reflectionClass ): void
80
80
{
81
81
$ docBlock = $ this ->getDocBlock ($ reflectionClass );
@@ -111,7 +111,7 @@ protected function annotate(\ReflectionClass $reflectionClass): void
111
111
$ this ->info ("Wrote new phpDocBlock to {$ fileName }. " );
112
112
}
113
113
114
- /** @param \ReflectionClass<\BenSampo\Enum\Enum<*>> $reflectionClass */
114
+ /** @param \ReflectionClass<*> $reflectionClass */
115
115
protected function getDocBlock (\ReflectionClass $ reflectionClass ): DocBlockGenerator
116
116
{
117
117
$ docBlock = DocBlockGenerator::fromArray ([])
@@ -145,7 +145,7 @@ protected function getDocblockWithoutTags(DocBlockReflection $docBlockReflection
145
145
}
146
146
147
147
/**
148
- * @param \ReflectionClass<\BenSampo\Enum\Enum<*>> $reflectionClass
148
+ * @param \ReflectionClass<*> $reflectionClass
149
149
*
150
150
* @return array<\Laminas\Code\Generator\DocBlock\Tag\TagInterface>
151
151
*/
You can’t perform that action at this time.
0 commit comments