Skip to content

Commit 2691019

Browse files
nextcloud-commandChartman123
authored andcommitted
refactor: Apply rector changes
Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent f3f9457 commit 2691019

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
@@ -8,6 +8,7 @@
88
declare(strict_types=1);
99

1010
use Nextcloud\Rector\Set\NextcloudSets;
11+
use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
1112
use Rector\Config\RectorConfig;
1213

1314
return RectorConfig::configure()
@@ -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)