File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 2828 "phpunit/phpcov": "^9.0.2 || ^10.0",
2929 "phpunit/phpunit": "^10.5.16 || ^11.2",
3030 "predis/predis": "^1.1 || ^2.0",
31- "rector/rector": "1.2.9 "
31+ "rector/rector": "1.2.10 "
3232 },
3333 "replace": {
3434 "codeigniter4/framework": "self.version"
Original file line number Diff line number Diff line change 4343use Rector\Php80\Rector\Class_\ClassPropertyAssignToConstructorPromotionRector;
4444use Rector\Php80\Rector\FunctionLike\MixedTypeRector;
4545use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
46- use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
4746use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector;
4847use Rector\PHPUnit\Set\PHPUnitSetList;
4948use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
177176
178177 // Unnecessary (string) is inserted
179178 NullToStrictStringFuncCallArgRector::class,
180-
181- // buggy with default value
182- NarrowUnusedSetUpDefinedPropertyRector::class,
183179 ])
184180 // auto import fully qualified class names
185181 ->withImportNames(removeUnusedImports: true)
You can’t perform that action at this time.
0 commit comments