Skip to content

Commit 3346b6f

Browse files
authored
Merge pull request #9261 from codeigniter4/dependabot/composer/rector/rector-1.2.10
chore(deps-dev): update rector/rector requirement from 1.2.9 to 1.2.10
2 parents 91275ed + 862cef6 commit 3346b6f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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"

rector.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
use Rector\Php80\Rector\Class_\ClassPropertyAssignToConstructorPromotionRector;
4444
use Rector\Php80\Rector\FunctionLike\MixedTypeRector;
4545
use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
46-
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
4746
use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector;
4847
use Rector\PHPUnit\Set\PHPUnitSetList;
4948
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
@@ -177,9 +176,6 @@
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)

0 commit comments

Comments
 (0)