Skip to content

Commit 17de4a0

Browse files
committed
Updated Rector to commit 04df9bfcee79428c05a6b984fc8ab471d831cffa
rectorphp/rector-src@04df9bf split of RemoveNullNamedArgOnNullDefaultParamRector to handle only named args (#8014)
1 parent 03b553d commit 17de4a0

22 files changed

Lines changed: 362 additions & 27 deletions

File tree

vendor/composer/autoload_classmap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,6 +1692,7 @@
16921692
'Rector\\DowngradePhp81\\NodeFactory\\ArrayMergeFromArraySpreadFactory' => $vendorDir . '/rector/rector-downgrade-php/rules/DowngradePhp81/NodeFactory/ArrayMergeFromArraySpreadFactory.php',
16931693
'Rector\\DowngradePhp81\\NodeManipulator\\ObjectToResourceReturn' => $vendorDir . '/rector/rector-downgrade-php/rules/DowngradePhp81/NodeManipulator/ObjectToResourceReturn.php',
16941694
'Rector\\DowngradePhp81\\Rector\\ClassConst\\DowngradeFinalizePublicClassConstantRector' => $vendorDir . '/rector/rector-downgrade-php/rules/DowngradePhp81/Rector/ClassConst/DowngradeFinalizePublicClassConstantRector.php',
1695+
'Rector\\DowngradePhp81\\Rector\\ClassMethod\\AddReturnTypeWillChangeAttributeRector' => $vendorDir . '/rector/rector-downgrade-php/rules/DowngradePhp81/Rector/ClassMethod/AddReturnTypeWillChangeAttributeRector.php',
16951696
'Rector\\DowngradePhp81\\Rector\\FuncCall\\DowngradeArrayIsListRector' => $vendorDir . '/rector/rector-downgrade-php/rules/DowngradePhp81/Rector/FuncCall/DowngradeArrayIsListRector.php',
16961697
'Rector\\DowngradePhp81\\Rector\\FuncCall\\DowngradeFirstClassCallableSyntaxRector' => $vendorDir . '/rector/rector-downgrade-php/rules/DowngradePhp81/Rector/FuncCall/DowngradeFirstClassCallableSyntaxRector.php',
16971698
'Rector\\DowngradePhp81\\Rector\\FuncCall\\DowngradeHashAlgorithmXxHashRector' => $vendorDir . '/rector/rector-downgrade-php/rules/DowngradePhp81/Rector/FuncCall/DowngradeHashAlgorithmXxHashRector.php',
@@ -2727,6 +2728,7 @@
27272728
'Rector\\Symfony\\Symfony73\\ValueObject\\CommandOption' => $vendorDir . '/rector/rector-symfony/rules/Symfony73/ValueObject/CommandOption.php',
27282729
'Rector\\Symfony\\Symfony80\\Rector\\Class_\\RemoveEraseCredentialsRector' => $vendorDir . '/rector/rector-symfony/rules/Symfony80/Rector/Class_/RemoveEraseCredentialsRector.php',
27292730
'Rector\\Symfony\\Symfony81\\Rector\\MethodCall\\RenameCopyOnWindowsOptionToFollowSymlinksRector' => $vendorDir . '/rector/rector-symfony/rules/Symfony81/Rector/MethodCall/RenameCopyOnWindowsOptionToFollowSymlinksRector.php',
2731+
'Rector\\Symfony\\Symfony81\\Rector\\New_\\RemoveEraseCredentialsFromAuthenticatorManagerRector' => $vendorDir . '/rector/rector-symfony/rules/Symfony81/Rector/New_/RemoveEraseCredentialsFromAuthenticatorManagerRector.php',
27302732
'Rector\\Symfony\\Symfony81\\Rector\\StaticCall\\AddFormatArgumentToIsValidRector' => $vendorDir . '/rector/rector-symfony/rules/Symfony81/Rector/StaticCall/AddFormatArgumentToIsValidRector.php',
27312733
'Rector\\Symfony\\Twig134\\Rector\\Return_\\SimpleFunctionAndFilterRector' => $vendorDir . '/rector/rector-symfony/rules/Twig134/Rector/Return_/SimpleFunctionAndFilterRector.php',
27322734
'Rector\\Symfony\\TypeAnalyzer\\ArrayUnionResponseTypeAnalyzer' => $vendorDir . '/rector/rector-symfony/src/TypeAnalyzer/ArrayUnionResponseTypeAnalyzer.php',

vendor/composer/autoload_static.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,6 +1952,7 @@ class ComposerStaticInit212655bc4bab4fd389ef43de213724c8
19521952
'Rector\\DowngradePhp81\\NodeFactory\\ArrayMergeFromArraySpreadFactory' => __DIR__ . '/..' . '/rector/rector-downgrade-php/rules/DowngradePhp81/NodeFactory/ArrayMergeFromArraySpreadFactory.php',
19531953
'Rector\\DowngradePhp81\\NodeManipulator\\ObjectToResourceReturn' => __DIR__ . '/..' . '/rector/rector-downgrade-php/rules/DowngradePhp81/NodeManipulator/ObjectToResourceReturn.php',
19541954
'Rector\\DowngradePhp81\\Rector\\ClassConst\\DowngradeFinalizePublicClassConstantRector' => __DIR__ . '/..' . '/rector/rector-downgrade-php/rules/DowngradePhp81/Rector/ClassConst/DowngradeFinalizePublicClassConstantRector.php',
1955+
'Rector\\DowngradePhp81\\Rector\\ClassMethod\\AddReturnTypeWillChangeAttributeRector' => __DIR__ . '/..' . '/rector/rector-downgrade-php/rules/DowngradePhp81/Rector/ClassMethod/AddReturnTypeWillChangeAttributeRector.php',
19551956
'Rector\\DowngradePhp81\\Rector\\FuncCall\\DowngradeArrayIsListRector' => __DIR__ . '/..' . '/rector/rector-downgrade-php/rules/DowngradePhp81/Rector/FuncCall/DowngradeArrayIsListRector.php',
19561957
'Rector\\DowngradePhp81\\Rector\\FuncCall\\DowngradeFirstClassCallableSyntaxRector' => __DIR__ . '/..' . '/rector/rector-downgrade-php/rules/DowngradePhp81/Rector/FuncCall/DowngradeFirstClassCallableSyntaxRector.php',
19571958
'Rector\\DowngradePhp81\\Rector\\FuncCall\\DowngradeHashAlgorithmXxHashRector' => __DIR__ . '/..' . '/rector/rector-downgrade-php/rules/DowngradePhp81/Rector/FuncCall/DowngradeHashAlgorithmXxHashRector.php',
@@ -2987,6 +2988,7 @@ class ComposerStaticInit212655bc4bab4fd389ef43de213724c8
29872988
'Rector\\Symfony\\Symfony73\\ValueObject\\CommandOption' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony73/ValueObject/CommandOption.php',
29882989
'Rector\\Symfony\\Symfony80\\Rector\\Class_\\RemoveEraseCredentialsRector' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony80/Rector/Class_/RemoveEraseCredentialsRector.php',
29892990
'Rector\\Symfony\\Symfony81\\Rector\\MethodCall\\RenameCopyOnWindowsOptionToFollowSymlinksRector' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony81/Rector/MethodCall/RenameCopyOnWindowsOptionToFollowSymlinksRector.php',
2991+
'Rector\\Symfony\\Symfony81\\Rector\\New_\\RemoveEraseCredentialsFromAuthenticatorManagerRector' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony81/Rector/New_/RemoveEraseCredentialsFromAuthenticatorManagerRector.php',
29902992
'Rector\\Symfony\\Symfony81\\Rector\\StaticCall\\AddFormatArgumentToIsValidRector' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony81/Rector/StaticCall/AddFormatArgumentToIsValidRector.php',
29912993
'Rector\\Symfony\\Twig134\\Rector\\Return_\\SimpleFunctionAndFilterRector' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Twig134/Rector/Return_/SimpleFunctionAndFilterRector.php',
29922994
'Rector\\Symfony\\TypeAnalyzer\\ArrayUnionResponseTypeAnalyzer' => __DIR__ . '/..' . '/rector/rector-symfony/src/TypeAnalyzer/ArrayUnionResponseTypeAnalyzer.php',

vendor/composer/installed.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,12 +1743,12 @@
17431743
"source": {
17441744
"type": "git",
17451745
"url": "https:\/\/github.com\/rectorphp\/rector-downgrade-php.git",
1746-
"reference": "b5664467a1d9822a0b52f50a43bc5eb2606ef4be"
1746+
"reference": "42861e7231004ea3d0e93dd54e335a1657bb0ac6"
17471747
},
17481748
"dist": {
17491749
"type": "zip",
1750-
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-downgrade-php\/zipball\/b5664467a1d9822a0b52f50a43bc5eb2606ef4be",
1751-
"reference": "b5664467a1d9822a0b52f50a43bc5eb2606ef4be",
1750+
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-downgrade-php\/zipball\/42861e7231004ea3d0e93dd54e335a1657bb0ac6",
1751+
"reference": "42861e7231004ea3d0e93dd54e335a1657bb0ac6",
17521752
"shasum": ""
17531753
},
17541754
"require": {
@@ -1773,7 +1773,7 @@
17731773
"tomasvotruba\/unused-public": "^2.2",
17741774
"tracy\/tracy": "^2.11"
17751775
},
1776-
"time": "2026-05-24T19:01:07+00:00",
1776+
"time": "2026-05-30T12:35:10+00:00",
17771777
"default-branch": true,
17781778
"type": "rector-extension",
17791779
"extra": {
@@ -1870,12 +1870,12 @@
18701870
"source": {
18711871
"type": "git",
18721872
"url": "https:\/\/github.com\/rectorphp\/rector-symfony.git",
1873-
"reference": "c9dfed0470d7add525b4ad7680b2664bad28391a"
1873+
"reference": "ce873283d6e8eab7eb66bb483f4689ecc15e9eb2"
18741874
},
18751875
"dist": {
18761876
"type": "zip",
1877-
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-symfony\/zipball\/c9dfed0470d7add525b4ad7680b2664bad28391a",
1878-
"reference": "c9dfed0470d7add525b4ad7680b2664bad28391a",
1877+
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-symfony\/zipball\/ce873283d6e8eab7eb66bb483f4689ecc15e9eb2",
1878+
"reference": "ce873283d6e8eab7eb66bb483f4689ecc15e9eb2",
18791879
"shasum": ""
18801880
},
18811881
"require": {
@@ -1885,13 +1885,13 @@
18851885
"require-dev": {
18861886
"boundwize\/structarmed": "^0.7.7",
18871887
"phpstan\/extension-installer": "^1.4",
1888-
"phpstan\/phpstan": "^2.1.32",
1888+
"phpstan\/phpstan": "^2.2",
18891889
"phpstan\/phpstan-deprecation-rules": "^2.0",
18901890
"phpstan\/phpstan-webmozart-assert": "^2.0",
18911891
"phpunit\/phpunit": "^11.5",
18921892
"rector\/jack": "^0.5",
18931893
"rector\/rector-src": "dev-main",
1894-
"rector\/swiss-knife": "^2.3",
1894+
"rector\/swiss-knife": "^2.4",
18951895
"rector\/type-perfect": "^2.1",
18961896
"symfony\/config": "^6.4",
18971897
"symfony\/dependency-injection": "^6.4",
@@ -1901,16 +1901,16 @@
19011901
"symfony\/security-http": "^6.4",
19021902
"symfony\/validator": "^6.4",
19031903
"symfony\/web-link": "^6.4",
1904-
"symplify\/easy-coding-standard": "^13.0.4",
1904+
"symplify\/easy-coding-standard": "^13.1",
19051905
"symplify\/phpstan-extensions": "^12.0",
1906-
"symplify\/phpstan-rules": "^14.9",
1906+
"symplify\/phpstan-rules": "^14.10",
19071907
"symplify\/vendor-patches": "^11.5",
19081908
"tomasvotruba\/class-leak": "^2.1",
1909-
"tomasvotruba\/type-coverage": "^2.1",
1909+
"tomasvotruba\/type-coverage": "^2.2",
19101910
"tomasvotruba\/unused-public": "^2.2",
1911-
"tracy\/tracy": "^2.11"
1911+
"tracy\/tracy": "^2.12"
19121912
},
1913-
"time": "2026-05-27T20:27:28+00:00",
1913+
"time": "2026-05-30T08:44:23+00:00",
19141914
"default-branch": true,
19151915
"type": "rector-extension",
19161916
"extra": {

0 commit comments

Comments
 (0)