We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0561a63 commit 6dfb295Copy full SHA for 6dfb295
1 file changed
rector.php
@@ -33,6 +33,7 @@
33
use Rector\Php56\Rector\FunctionLike\AddDefaultValueForUndefinedVariableRector;
34
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
35
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
36
+use Rector\PHPUnit\Rector\Class_\AnnotationWithValueToAttributeRector;
37
use Rector\PHPUnit\Set\PHPUnitSetList;
38
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
39
use Rector\PSR4\Rector\FileWithoutNamespace\NormalizeNamespaceByPSR4ComposerAutoloadRector;
@@ -85,6 +86,7 @@
85
86
87
// Note: requires php 8
88
RemoveUnusedPromotedPropertyRector::class,
89
+ AnnotationWithValueToAttributeRector::class,
90
91
// Ignore tests that might make calls without a result
92
RemoveEmptyMethodCallRector::class => [
0 commit comments