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.
1 parent 7a3515a commit 78f6413Copy full SHA for 78f6413
1 file changed
rector.php
@@ -83,6 +83,8 @@
83
MyCLabsClassToEnumRector::class,
84
SpatieEnumClassToEnumRector::class,
85
86
+ // temporary skip it to avoid unrelated change on PR https://github.com/rectorphp/rector-src/pull/1380
87
+ // @todo remove when enabling it on different PR
88
ArraySpreadInsteadOfArrayMergeRector::class,
89
90
// test paths
0 commit comments