Skip to content

Commit 6f91cf3

Browse files
authored
Tweak rector config (#1903)
1 parent c891c2e commit 6f91cf3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
codeQuality: true,
5555
codingStyle: true,
5656
typeDeclarations: true,
57+
phpunitCodeQuality: true,
5758
)
59+
->withAttributesSets(phpunit: true)
5860
->withPhpVersion(PhpVersion::PHP_82)
5961
->withPhpSets();

0 commit comments

Comments
 (0)