Skip to content

Commit

Permalink
Merge pull request #1221 from codeigniter4/dependabot/composer/rector…
Browse files Browse the repository at this point in the history
…/rector-1.2.9

chore(deps-dev): update rector/rector requirement from 1.2.8 to 1.2.9
  • Loading branch information
samsonasik authored Nov 5, 2024
2 parents 97439b6 + 6abf48f commit bb87c07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^9.6",
"rector/rector": "1.2.8"
"rector/rector": "1.2.9"
},
"provide": {
"codeigniter4/authentication-implementation": "1.0"
Expand Down
4 changes: 4 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
use Rector\PHPUnit\AnnotationsToAttributes\Rector\Class_\AnnotationWithValueToAttributeRector;
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
use Rector\PHPUnit\CodeQuality\Rector\Class_\YieldDataProviderRector;
use Rector\PHPUnit\Set\PHPUnitSetList;
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
Expand Down Expand Up @@ -131,6 +132,9 @@
// To check old Email Config file
__DIR__ . '/src/Commands/Setup.php',
],

// buggy with default value
NarrowUnusedSetUpDefinedPropertyRector::class,
]);

// auto import fully qualified class names
Expand Down

0 comments on commit bb87c07

Please sign in to comment.