Skip to content

Commit c898a20

Browse files
authored
Merge pull request #3422 from nextcloud/automated/noid/rector-changes
Apply rector changes
2 parents d60693e + 82349a8 commit c898a20

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rector.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
use Nextcloud\Rector\Set\NextcloudSets;
1111
use Rector\Config\RectorConfig;
12+
use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
1213

1314
return RectorConfig::configure()
1415
->withPaths([
@@ -23,4 +24,7 @@
2324
->withCodeQualityLevel(0)
2425
->withSets([
2526
NextcloudSets::NEXTCLOUD_32,
27+
])
28+
->withSkip([
29+
NullToStrictStringFuncCallArgRector::class,
2630
]);

0 commit comments

Comments
 (0)