Skip to content

Commit 85fffd8

Browse files
committed
Updated Rector to commit 3be6fd7636ee24d82606f6166f94d8372fee800d
rectorphp/rector-src@3be6fd7 Clean up repetitive recursive call and flag on ArrayKeyFirstLastRector (#6889)
1 parent c796900 commit 85fffd8

25 files changed

Lines changed: 496 additions & 146 deletions

vendor/composer/autoload_classmap.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2423,10 +2423,15 @@
24232423
'Rector\\Symfony\\Symfony62\\Rector\\MethodCall\\SimplifyFormRenderingRector' => $vendorDir . '/rector/rector-symfony/rules/Symfony62/Rector/MethodCall/SimplifyFormRenderingRector.php',
24242424
'Rector\\Symfony\\Symfony63\\Rector\\Class_\\ParamAndEnvAttributeRector' => $vendorDir . '/rector/rector-symfony/rules/Symfony63/Rector/Class_/ParamAndEnvAttributeRector.php',
24252425
'Rector\\Symfony\\Symfony63\\Rector\\Class_\\SignalableCommandInterfaceReturnTypeRector' => $vendorDir . '/rector/rector-symfony/rules/Symfony63/Rector/Class_/SignalableCommandInterfaceReturnTypeRector.php',
2426+
'Rector\\Symfony\\Symfony72\\Rector\\StmtsAwareInterface\\PushRequestToRequestStackConstructorRector' => $vendorDir . '/rector/rector-symfony/rules/Symfony72/Rector/StmtsAwareInterface/PushRequestToRequestStackConstructorRector.php',
2427+
'Rector\\Symfony\\Symfony73\\GetMethodToAsTwigAttributeTransformer' => $vendorDir . '/rector/rector-symfony/rules/Symfony73/GetMethodToAsTwigAttributeTransformer.php',
24262428
'Rector\\Symfony\\Symfony73\\NodeAnalyzer\\CommandArgumentsAndOptionsResolver' => $vendorDir . '/rector/rector-symfony/rules/Symfony73/NodeAnalyzer/CommandArgumentsAndOptionsResolver.php',
2429+
'Rector\\Symfony\\Symfony73\\NodeAnalyzer\\LocalArrayMethodCallableMatcher' => $vendorDir . '/rector/rector-symfony/rules/Symfony73/NodeAnalyzer/LocalArrayMethodCallableMatcher.php',
24272430
'Rector\\Symfony\\Symfony73\\NodeFactory\\CommandInvokeParamsFactory' => $vendorDir . '/rector/rector-symfony/rules/Symfony73/NodeFactory/CommandInvokeParamsFactory.php',
2431+
'Rector\\Symfony\\Symfony73\\NodeRemover\\ReturnEmptyArrayMethodRemover' => $vendorDir . '/rector/rector-symfony/rules/Symfony73/NodeRemover/ReturnEmptyArrayMethodRemover.php',
24282432
'Rector\\Symfony\\Symfony73\\Rector\\Class_\\CommandHelpToAttributeRector' => $vendorDir . '/rector/rector-symfony/rules/Symfony73/Rector/Class_/CommandHelpToAttributeRector.php',
24292433
'Rector\\Symfony\\Symfony73\\Rector\\Class_\\GetFiltersToAsTwigFilterAttributeRector' => $vendorDir . '/rector/rector-symfony/rules/Symfony73/Rector/Class_/GetFiltersToAsTwigFilterAttributeRector.php',
2434+
'Rector\\Symfony\\Symfony73\\Rector\\Class_\\GetFunctionsToAsTwigFunctionAttributeRector' => $vendorDir . '/rector/rector-symfony/rules/Symfony73/Rector/Class_/GetFunctionsToAsTwigFunctionAttributeRector.php',
24302435
'Rector\\Symfony\\Symfony73\\Rector\\Class_\\InvokableCommandInputAttributeRector' => $vendorDir . '/rector/rector-symfony/rules/Symfony73/Rector/Class_/InvokableCommandInputAttributeRector.php',
24312436
'Rector\\Symfony\\Symfony73\\ValueObject\\CommandArgument' => $vendorDir . '/rector/rector-symfony/rules/Symfony73/ValueObject/CommandArgument.php',
24322437
'Rector\\Symfony\\Symfony73\\ValueObject\\CommandOption' => $vendorDir . '/rector/rector-symfony/rules/Symfony73/ValueObject/CommandOption.php',

vendor/composer/autoload_static.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2642,10 +2642,15 @@ class ComposerStaticInit505aae23228c95129299728105788b45
26422642
'Rector\\Symfony\\Symfony62\\Rector\\MethodCall\\SimplifyFormRenderingRector' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony62/Rector/MethodCall/SimplifyFormRenderingRector.php',
26432643
'Rector\\Symfony\\Symfony63\\Rector\\Class_\\ParamAndEnvAttributeRector' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony63/Rector/Class_/ParamAndEnvAttributeRector.php',
26442644
'Rector\\Symfony\\Symfony63\\Rector\\Class_\\SignalableCommandInterfaceReturnTypeRector' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony63/Rector/Class_/SignalableCommandInterfaceReturnTypeRector.php',
2645+
'Rector\\Symfony\\Symfony72\\Rector\\StmtsAwareInterface\\PushRequestToRequestStackConstructorRector' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony72/Rector/StmtsAwareInterface/PushRequestToRequestStackConstructorRector.php',
2646+
'Rector\\Symfony\\Symfony73\\GetMethodToAsTwigAttributeTransformer' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony73/GetMethodToAsTwigAttributeTransformer.php',
26452647
'Rector\\Symfony\\Symfony73\\NodeAnalyzer\\CommandArgumentsAndOptionsResolver' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony73/NodeAnalyzer/CommandArgumentsAndOptionsResolver.php',
2648+
'Rector\\Symfony\\Symfony73\\NodeAnalyzer\\LocalArrayMethodCallableMatcher' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony73/NodeAnalyzer/LocalArrayMethodCallableMatcher.php',
26462649
'Rector\\Symfony\\Symfony73\\NodeFactory\\CommandInvokeParamsFactory' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony73/NodeFactory/CommandInvokeParamsFactory.php',
2650+
'Rector\\Symfony\\Symfony73\\NodeRemover\\ReturnEmptyArrayMethodRemover' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony73/NodeRemover/ReturnEmptyArrayMethodRemover.php',
26472651
'Rector\\Symfony\\Symfony73\\Rector\\Class_\\CommandHelpToAttributeRector' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony73/Rector/Class_/CommandHelpToAttributeRector.php',
26482652
'Rector\\Symfony\\Symfony73\\Rector\\Class_\\GetFiltersToAsTwigFilterAttributeRector' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony73/Rector/Class_/GetFiltersToAsTwigFilterAttributeRector.php',
2653+
'Rector\\Symfony\\Symfony73\\Rector\\Class_\\GetFunctionsToAsTwigFunctionAttributeRector' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony73/Rector/Class_/GetFunctionsToAsTwigFunctionAttributeRector.php',
26492654
'Rector\\Symfony\\Symfony73\\Rector\\Class_\\InvokableCommandInputAttributeRector' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony73/Rector/Class_/InvokableCommandInputAttributeRector.php',
26502655
'Rector\\Symfony\\Symfony73\\ValueObject\\CommandArgument' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony73/ValueObject/CommandArgument.php',
26512656
'Rector\\Symfony\\Symfony73\\ValueObject\\CommandOption' => __DIR__ . '/..' . '/rector/rector-symfony/rules/Symfony73/ValueObject/CommandOption.php',

vendor/composer/installed.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,20 +1687,20 @@
16871687
"source": {
16881688
"type": "git",
16891689
"url": "https:\/\/github.com\/rectorphp\/rector-doctrine.git",
1690-
"reference": "826f80884cc94d0f24d77d252e935d080333ca19"
1690+
"reference": "020b7c1e887eabf9f7e787ed837ffd4689c1801b"
16911691
},
16921692
"dist": {
16931693
"type": "zip",
1694-
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-doctrine\/zipball\/826f80884cc94d0f24d77d252e935d080333ca19",
1695-
"reference": "826f80884cc94d0f24d77d252e935d080333ca19",
1694+
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-doctrine\/zipball\/020b7c1e887eabf9f7e787ed837ffd4689c1801b",
1695+
"reference": "020b7c1e887eabf9f7e787ed837ffd4689c1801b",
16961696
"shasum": ""
16971697
},
16981698
"require": {
16991699
"php": ">=8.2",
17001700
"symfony\/yaml": "^7.2"
17011701
},
17021702
"require-dev": {
1703-
"doctrine\/doctrine-bundle": "^2.13",
1703+
"doctrine\/doctrine-bundle": "^2.14",
17041704
"doctrine\/orm": "^2.20",
17051705
"phpecs\/phpecs": "^2.1",
17061706
"phpstan\/extension-installer": "^1.4",
@@ -1715,7 +1715,7 @@
17151715
"tomasvotruba\/class-leak": "^2.0",
17161716
"tracy\/tracy": "^2.10"
17171717
},
1718-
"time": "2025-05-04T22:35:17+00:00",
1718+
"time": "2025-05-09T08:26:30+00:00",
17191719
"default-branch": true,
17201720
"type": "rector-extension",
17211721
"extra": {
@@ -1866,12 +1866,12 @@
18661866
"source": {
18671867
"type": "git",
18681868
"url": "https:\/\/github.com\/rectorphp\/rector-symfony.git",
1869-
"reference": "821bc12342a91ca4f767002320b62ca51a9441e0"
1869+
"reference": "2867ceffdc0deb13e0a129ab3eb300ad304df96f"
18701870
},
18711871
"dist": {
18721872
"type": "zip",
1873-
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-symfony\/zipball\/821bc12342a91ca4f767002320b62ca51a9441e0",
1874-
"reference": "821bc12342a91ca4f767002320b62ca51a9441e0",
1873+
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-symfony\/zipball\/2867ceffdc0deb13e0a129ab3eb300ad304df96f",
1874+
"reference": "2867ceffdc0deb13e0a129ab3eb300ad304df96f",
18751875
"shasum": ""
18761876
},
18771877
"require": {
@@ -1900,7 +1900,7 @@
19001900
"tomasvotruba\/unused-public": "^2.0",
19011901
"tracy\/tracy": "^2.10"
19021902
},
1903-
"time": "2025-05-09T06:50:14+00:00",
1903+
"time": "2025-05-09T07:59:03+00:00",
19041904
"default-branch": true,
19051905
"type": "rector-extension",
19061906
"extra": {

0 commit comments

Comments
 (0)