We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d682f8e commit 329e7beCopy full SHA for 329e7be
rector.php
@@ -3,6 +3,8 @@
3
declare(strict_types=1);
4
5
use Rector\Config\RectorConfig;
6
+use Rector\Php80\Rector\Class_\AnnotationToAttributeRector;
7
+use Rector\PHPUnit\AnnotationsToAttributes\Rector\ClassMethod\DataProviderAnnotationToAttributeRector;
8
use Rector\PHPUnit\Set\PHPUnitSetList;
9
10
return RectorConfig::configure()
0 commit comments