Skip to content

Commit 6dfb295

Browse files
committed
chore: skip AnnotationWithValueToAttributeRector
1 parent 0561a63 commit 6dfb295

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
use Rector\Php56\Rector\FunctionLike\AddDefaultValueForUndefinedVariableRector;
3434
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
3535
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
36+
use Rector\PHPUnit\Rector\Class_\AnnotationWithValueToAttributeRector;
3637
use Rector\PHPUnit\Set\PHPUnitSetList;
3738
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
3839
use Rector\PSR4\Rector\FileWithoutNamespace\NormalizeNamespaceByPSR4ComposerAutoloadRector;
@@ -85,6 +86,7 @@
8586

8687
// Note: requires php 8
8788
RemoveUnusedPromotedPropertyRector::class,
89+
AnnotationWithValueToAttributeRector::class,
8890

8991
// Ignore tests that might make calls without a result
9092
RemoveEmptyMethodCallRector::class => [

0 commit comments

Comments
 (0)