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 c7d570d commit c8c9c64Copy full SHA for c8c9c64
1 file changed
rules/Php81/Rector/ClassMethod/NewInInitializerRector.php
@@ -61,7 +61,7 @@ public function getNodeTypes(): array
61
public function refactor(Node $node): ?Node
62
{
63
throw new ShouldNotHappenException(sprintf(
64
- '"%s" is deprecated as opinionated and group size depends on context. Cannot be automated. Use manually where needed instead',
+ '"%s" is deprecated as depends on context. Cannot be automated. Use manually where needed instead',
65
self::class
66
));
67
}
0 commit comments