Skip to content

Commit bb81037

Browse files
committed
use prepared set
1 parent 0728c17 commit bb81037

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rector.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
naming: true,
1616
privatization: true,
1717
typeDeclarations: true,
18+
typeDeclarationDocblocks: true,
1819
phpunitCodeQuality: true
1920
)
2021
->withComposerBased(phpunit: true)
@@ -26,9 +27,6 @@
2627
__DIR__ . '/tests/FilterTest.php',
2728
],
2829
])
29-
->withSets([
30-
__DIR__ . '/vendor/rector/rector/config/set/type-declaration-docblocks.php',
31-
])
3230
->withParallel()
3331
->withRootFiles()
3432
->withPaths([__DIR__ . '/src', __DIR__ . '/tests'])

0 commit comments

Comments
 (0)