Skip to content

Commit 5871c80

Browse files
committed
ci(rector): Fix rector usage
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 37d0b28 commit 5871c80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/rector-shared.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function shouldSkip(File $file, FullyQualifiedObjectType $fullyQualifiedO
6969
])
7070
->withSets([
7171
NextcloudSets::NEXTCLOUD_27,
72-
PHPUnitSetList::PHPUNIT_100,
72+
PHPUnitSetList::COMPOSER_BASED,
7373
]);
7474

7575
$config->registerService(NextcloudNamespaceSkipVoter::class, tag:ClassNameImportSkipVoterInterface::class);

0 commit comments

Comments
 (0)