Skip to content

Commit 7828338

Browse files
committed
Updated Rector to commit 6535bab5b232c176615758999fc80d6c26227092
rectorphp/rector-src@6535bab typo
1 parent 526d059 commit 7828338

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

.github/workflows/lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
This issue has been automatically locked because it has been closed for 150 days.
2121
Please open a new issue if you have a similar problem.
2222
23-
exclude-issue-labels: "keep-open,no-lock"
23+
exclude-any-issue-labels: "keep-open,no-lock"

src/Application/VersionResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ final class VersionResolver
1919
* @api
2020
* @var string
2121
*/
22-
public const PACKAGE_VERSION = '9a2e5e42c5d0ca3512051460bcc6bcfd8cd3432b';
22+
public const PACKAGE_VERSION = '6535bab5b232c176615758999fc80d6c26227092';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2025-11-27 13:25:57';
27+
public const RELEASE_DATE = '2025-11-27 14:31:27';
2828
/**
2929
* @var int
3030
*/

vendor/composer/installed.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1745,12 +1745,12 @@
17451745
"source": {
17461746
"type": "git",
17471747
"url": "https:\/\/github.com\/rectorphp\/rector-downgrade-php.git",
1748-
"reference": "c03373abd0d6995b83292547ffb4965dea82fd96"
1748+
"reference": "dd62a5e9ef90b449aa4743d636d9b04489896b5a"
17491749
},
17501750
"dist": {
17511751
"type": "zip",
1752-
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-downgrade-php\/zipball\/c03373abd0d6995b83292547ffb4965dea82fd96",
1753-
"reference": "c03373abd0d6995b83292547ffb4965dea82fd96",
1752+
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-downgrade-php\/zipball\/dd62a5e9ef90b449aa4743d636d9b04489896b5a",
1753+
"reference": "dd62a5e9ef90b449aa4743d636d9b04489896b5a",
17541754
"shasum": ""
17551755
},
17561756
"require": {
@@ -1768,7 +1768,7 @@
17681768
"tomasvotruba\/class-leak": "^1.0",
17691769
"tracy\/tracy": "^2.10"
17701770
},
1771-
"time": "2025-11-12T17:02:18+00:00",
1771+
"time": "2025-11-27T13:30:04+00:00",
17721772
"default-branch": true,
17731773
"type": "rector-extension",
17741774
"extra": {

vendor/composer/installed.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

vendor/rector/extension-installer/src/GeneratedConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
final class GeneratedConfig
1111
{
12-
public const EXTENSIONS = array('rector/rector-doctrine' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-doctrine', 'relative_install_path' => '../../rector-doctrine', 'extra' => NULL, 'version' => 'dev-main f636b9a'), 'rector/rector-downgrade-php' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-downgrade-php', 'relative_install_path' => '../../rector-downgrade-php', 'extra' => NULL, 'version' => 'dev-main c03373a'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => NULL, 'version' => 'dev-main 2a0f7e7'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => NULL, 'version' => 'dev-main 2e68e2a'));
12+
public const EXTENSIONS = array('rector/rector-doctrine' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-doctrine', 'relative_install_path' => '../../rector-doctrine', 'extra' => NULL, 'version' => 'dev-main f636b9a'), 'rector/rector-downgrade-php' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-downgrade-php', 'relative_install_path' => '../../rector-downgrade-php', 'extra' => NULL, 'version' => 'dev-main dd62a5e'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => NULL, 'version' => 'dev-main 2a0f7e7'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/rector-build/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => NULL, 'version' => 'dev-main 2e68e2a'));
1313
private function __construct()
1414
{
1515
}

vendor/rector/rector-downgrade-php/rules/DowngradePhp72/NodeAnalyzer/OverrideFromAnonymousClassMethodAnalyzer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct(ClassAnalyzer $classAnalyzer, NodeNameResolver $node
3434
$this->nodeNameResolver = $nodeNameResolver;
3535
$this->reflectionProvider = $reflectionProvider;
3636
}
37-
public function matchAncestorClassReflectionOverrideable(ClassLike $classLike, ClassMethod $classMethod): ?ClassReflection
37+
public function matchAncestorClassReflectionOverridable(ClassLike $classLike, ClassMethod $classMethod): ?ClassReflection
3838
{
3939
if (!$this->classAnalyzer->isAnonymousClass($classLike)) {
4040
return null;

vendor/rector/rector-downgrade-php/rules/DowngradePhp72/Rector/ClassMethod/DowngradeParameterTypeWideningRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function refactor(Node $node): ?Node
109109
{
110110
$hasChanged = \false;
111111
foreach ($node->getMethods() as $method) {
112-
$ancestorOverridableAnonymousClass = $this->overrideFromAnonymousClassMethodAnalyzer->matchAncestorClassReflectionOverrideable($node, $method);
112+
$ancestorOverridableAnonymousClass = $this->overrideFromAnonymousClassMethodAnalyzer->matchAncestorClassReflectionOverridable($node, $method);
113113
if ($ancestorOverridableAnonymousClass instanceof ClassReflection) {
114114
$classMethod = $this->processRemoveParamTypeFromMethod($ancestorOverridableAnonymousClass, $method);
115115
if ($classMethod instanceof ClassMethod) {

vendor/rector/rector-downgrade-php/rules/DowngradePhp81/NodeFactory/ArrayMergeFromArraySpreadFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function __construct(NodeNameResolver $nodeNameResolver)
2929
}
3030
public function createFromArray(Array_ $array, MutatingScope $mutatingScope): FuncCall
3131
{
32-
$newArrayItems = $this->disolveArrayItems($array);
32+
$newArrayItems = $this->dissolveArrayItems($array);
3333
return $this->createArrayMergeFuncCall($newArrayItems, $mutatingScope);
3434
}
3535
/**
@@ -40,7 +40,7 @@ public function createFromArray(Array_ $array, MutatingScope $mutatingScope): Fu
4040
* to be added once the next spread is found, or at the end
4141
* @return ArrayItem[]
4242
*/
43-
private function disolveArrayItems(Array_ $array): array
43+
private function dissolveArrayItems(Array_ $array): array
4444
{
4545
$newItems = [];
4646
$accumulatedItems = [];

0 commit comments

Comments
 (0)