We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1f873 commit 97f88feCopy full SHA for 97f88fe
1 file changed
rules/Php83/Rector/Class_/ReadOnlyAnonymousClassRector.php
@@ -73,6 +73,6 @@ public function refactor(Node $node): ?Node
73
74
public function provideMinPhpVersion(): int
75
{
76
- return PhpVersionFeature::READONLY_CLASS;
+ return PhpVersionFeature::READONLY_ANONYMOUS_CLASS;
77
}
78
0 commit comments