Skip to content

Commit 04f7089

Browse files
committed
fix phpstan on DowngradeAttributeToAnnotationRector
1 parent 5fa0e8d commit 04f7089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/DowngradePhp80/Rector/Class_/DowngradeAttributeToAnnotationRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function refactor(Node $node): ?Node
152152
}
153153

154154
/**
155-
* @param mixed[] $configuration
155+
* @param DowngradeAttributeToAnnotation[] $configuration
156156
*/
157157
public function configure(array $configuration): void
158158
{

0 commit comments

Comments
 (0)