mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Merge pull request #4954 from samsonasik/update-rector-clean-up-config
[Rector] Update rector to 0.11.37, clean up config
This commit is contained in:
commit
013036b743
@ -23,7 +23,7 @@
|
||||
"phpstan/phpstan": "0.12.91",
|
||||
"phpunit/phpunit": "^9.1",
|
||||
"predis/predis": "^1.1",
|
||||
"rector/rector": "0.11.36",
|
||||
"rector/rector": "0.11.37",
|
||||
"symplify/package-builder": "^9.3"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -67,13 +67,8 @@ return static function (ContainerConfigurator $containerConfigurator): void {
|
||||
__DIR__ . '/system/ThirdParty',
|
||||
__DIR__ . '/tests/system/Config/fixtures',
|
||||
__DIR__ . '/tests/_support',
|
||||
PassStrictParameterToFunctionParameterRector::class => [__DIR__ . '/tests/system/Database/Live/SelectTest.php'],
|
||||
JsonThrowOnErrorRector::class,
|
||||
StringifyStrNeedlesRector::class,
|
||||
InlineIfToExplicitIfRector::class => [
|
||||
__DIR__ . '/app/Config',
|
||||
__DIR__ . '/system/Test/bootstrap.php',
|
||||
],
|
||||
]);
|
||||
|
||||
// auto import fully qualified class names
|
||||
|
Loading…
x
Reference in New Issue
Block a user