Skip to content

Commit 031b637

Browse files
authored
Merge pull request #1226 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 de8e234 + 6b43fa9 commit 031b637

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
@@ -39,7 +39,7 @@
3939
"phpstan/extension-installer": "^1.3",
4040
"phpstan/phpstan-strict-rules": "^1.5",
4141
"phpunit/phpunit": "^9.6",
42-
"rector/rector": "1.2.9"
42+
"rector/rector": "1.2.10"
4343
},
4444
"provide": {
4545
"codeigniter4/authentication-implementation": "1.0"

rector.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
4646
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
4747
use Rector\PHPUnit\AnnotationsToAttributes\Rector\Class_\AnnotationWithValueToAttributeRector;
48-
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
4948
use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector;
5049
use Rector\PHPUnit\Set\PHPUnitSetList;
5150
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
@@ -132,9 +131,6 @@
132131
// To check old Email Config file
133132
__DIR__ . '/src/Commands/Setup.php',
134133
],
135-
136-
// buggy with default value
137-
NarrowUnusedSetUpDefinedPropertyRector::class,
138134
]);
139135

140136
// auto import fully qualified class names

0 commit comments

Comments
 (0)