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 f75e33d commit 0276d89Copy full SHA for 0276d89
rector.php
@@ -72,7 +72,6 @@
72
// is there a file you need to skip?
73
$rectorConfig->skip([
74
__DIR__ . '/system/Debug/Toolbar/Views/toolbar.tpl.php',
75
- __DIR__ . '/system/Test/ControllerResponse.php',
76
__DIR__ . '/system/ThirdParty',
77
__DIR__ . '/tests/system/Config/fixtures',
78
__DIR__ . '/tests/system/Filters/fixtures',
@@ -89,6 +88,8 @@
89
88
ConstructClassMethodToSetUpTestCaseRector::class => [
90
// breaks the constructor
91
__DIR__ . '/system/Test/TestResponse.php',
+ // See https://github.com/rectorphp/rector/issues/8188
92
+ __DIR__ . '/system/Test/ControllerResponse.php',
93
],
94
95
RemoveUnusedConstructorParamRector::class => [
0 commit comments