We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d60693e + 82349a8 commit c898a20Copy full SHA for c898a20
1 file changed
rector.php
@@ -9,6 +9,7 @@
9
10
use Nextcloud\Rector\Set\NextcloudSets;
11
use Rector\Config\RectorConfig;
12
+use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
13
14
return RectorConfig::configure()
15
->withPaths([
@@ -23,4 +24,7 @@
23
24
->withCodeQualityLevel(0)
25
->withSets([
26
NextcloudSets::NEXTCLOUD_32,
27
+ ])
28
+ ->withSkip([
29
+ NullToStrictStringFuncCallArgRector::class,
30
]);
0 commit comments