Skip to content

Commit 8085e03

Browse files
Merge pull request #172 from magento-commerce/imported-eliseacornejo-magento-coding-standard-384
[Imported] AC-2724: Update rector dependency to the latest version
2 parents 470f7a6 + ab1aa3c commit 8085e03

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ext-dom": "*",
1515
"phpcompatibility/php-compatibility": "^9.3",
1616
"squizlabs/php_codesniffer": "^3.6.1",
17-
"rector/rector": ">=0.12.4 <=0.12.16"
17+
"rector/rector": "^0.12.17"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^9.5.8"

composer.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rector.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Rector\Core\ValueObject\PhpVersion;
99
use Rector\Php80\Rector\Class_\StringableForToStringRector;
1010
use Rector\Php80\Rector\ClassMethod\FinalPrivateToPrivateVisibilityRector;
11-
use Rector\Php80\Rector\ClassMethod\OptionalParametersAfterRequiredRector;
11+
use Rector\CodeQuality\Rector\ClassMethod\OptionalParametersAfterRequiredRector;
1212
use Rector\Php80\Rector\ClassMethod\SetStateToStaticRector;
1313
use Rector\Php81\Rector\FuncCall\Php81ResourceReturnToObjectRector;
1414
use Magento2\Rector\Src\ReplacePregSplitNullLimit;

0 commit comments

Comments
 (0)