We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c891c2e commit 6f91cf3Copy full SHA for 6f91cf3
1 file changed
rector.php
@@ -54,6 +54,8 @@
54
codeQuality: true,
55
codingStyle: true,
56
typeDeclarations: true,
57
+ phpunitCodeQuality: true,
58
)
59
+ ->withAttributesSets(phpunit: true)
60
->withPhpVersion(PhpVersion::PHP_82)
61
->withPhpSets();
0 commit comments