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 ae5a38c commit 4e472a6Copy full SHA for 4e472a6
rector.php
@@ -106,6 +106,12 @@
106
// ReturnBinaryAndToEarlyReturnRector::class,
107
// VarConstantCommentRector::class,
108
109
+ ChangeAndIfToEarlyReturnRector::class => [
110
+ __DIR__.'/app/ConfigManager.php',
111
+ ],
112
+ ReturnBinaryAndToEarlyReturnRector::class => [
113
+ __DIR__.'/app/Commands/CommitCommand.php',
114
115
CompleteDynamicPropertiesRector::class => [
116
__DIR__.'/app/Support/FoundationSDK.php',
117
],
@@ -118,9 +124,6 @@
118
124
JsonThrowOnErrorRector::class => [
119
125
__DIR__.'/app/Generators/OpenAIGenerator.php',
120
126
121
- ChangeAndIfToEarlyReturnRector::class => [
122
- __DIR__.'/app/ConfigManager.php',
123
- ],
127
StaticClosureRector::class => [
128
__DIR__.'/tests',
129
0 commit comments