Skip to content

Commit 211ccad

Browse files
committed
ci(rector): Update list of rector rules
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 22ddeb0 commit 211ccad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

rector.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
->withPhpSets(php83: true)
2323
->withSets([
2424
PHPUnitSetList::PHPUNIT_120,
25-
NextcloudSets::NEXTCLOUD_34,
25+
PHPUnitSetList::PHPUNIT_NARROW_ASSERTS,
26+
PHPUnitSetList::PHPUNIT_MOCK_TO_STUB,
27+
NextcloudSets::NEXTCLOUD_35,
2628
])
2729
->withSkip([
2830
ReplaceInjectedMethodCallRector::class,

0 commit comments

Comments
 (0)