Skip to content

Commit 71c5654

Browse files
committed
Updated Rector to commit d2666c743cc2a3f1f053b389f84c4bcd9b63bd1f
rectorphp/rector-src@d2666c7 [QA] Add StructArmed to QA (#7989)
1 parent 1a52230 commit 71c5654

16 files changed

Lines changed: 100 additions & 73 deletions

File tree

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 = '40ef51dc926ad725ac545f3daf72ce73b62e6115';
22+
public const PACKAGE_VERSION = 'd2666c743cc2a3f1f053b389f84c4bcd9b63bd1f';
2323
/**
2424
* @api
2525
* @var string
2626
*/
27-
public const RELEASE_DATE = '2026-05-13 09:01:36';
27+
public const RELEASE_DATE = '2026-05-14 20:45:19';
2828
/**
2929
* @var int
3030
*/

vendor/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
require_once __DIR__ . '/composer/autoload_real.php';
2121

22-
return ComposerAutoloaderInitbc08dee7b32aa57b9a805823d073849f::getLoader();
22+
return ComposerAutoloaderInitff17c1d1ffacceb8dcfdc8e83e144191::getLoader();

vendor/composer/autoload_real.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real.php @generated by Composer
44

5-
class ComposerAutoloaderInitbc08dee7b32aa57b9a805823d073849f
5+
class ComposerAutoloaderInitff17c1d1ffacceb8dcfdc8e83e144191
66
{
77
private static $loader;
88

@@ -22,17 +22,17 @@ public static function getLoader()
2222
return self::$loader;
2323
}
2424

25-
spl_autoload_register(array('ComposerAutoloaderInitbc08dee7b32aa57b9a805823d073849f', 'loadClassLoader'), true, true);
25+
spl_autoload_register(array('ComposerAutoloaderInitff17c1d1ffacceb8dcfdc8e83e144191', 'loadClassLoader'), true, true);
2626
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
27-
spl_autoload_unregister(array('ComposerAutoloaderInitbc08dee7b32aa57b9a805823d073849f', 'loadClassLoader'));
27+
spl_autoload_unregister(array('ComposerAutoloaderInitff17c1d1ffacceb8dcfdc8e83e144191', 'loadClassLoader'));
2828

2929
require __DIR__ . '/autoload_static.php';
30-
call_user_func(\Composer\Autoload\ComposerStaticInitbc08dee7b32aa57b9a805823d073849f::getInitializer($loader));
30+
call_user_func(\Composer\Autoload\ComposerStaticInitff17c1d1ffacceb8dcfdc8e83e144191::getInitializer($loader));
3131

3232
$loader->setClassMapAuthoritative(true);
3333
$loader->register(true);
3434

35-
$filesToLoad = \Composer\Autoload\ComposerStaticInitbc08dee7b32aa57b9a805823d073849f::$files;
35+
$filesToLoad = \Composer\Autoload\ComposerStaticInitff17c1d1ffacceb8dcfdc8e83e144191::$files;
3636
$requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
3737
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
3838
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

vendor/composer/autoload_static.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Composer\Autoload;
66

7-
class ComposerStaticInitbc08dee7b32aa57b9a805823d073849f
7+
class ComposerStaticInitff17c1d1ffacceb8dcfdc8e83e144191
88
{
99
public static $files = array (
1010
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
@@ -3279,9 +3279,9 @@ class ComposerStaticInitbc08dee7b32aa57b9a805823d073849f
32793279
public static function getInitializer(ClassLoader $loader)
32803280
{
32813281
return \Closure::bind(function () use ($loader) {
3282-
$loader->prefixLengthsPsr4 = ComposerStaticInitbc08dee7b32aa57b9a805823d073849f::$prefixLengthsPsr4;
3283-
$loader->prefixDirsPsr4 = ComposerStaticInitbc08dee7b32aa57b9a805823d073849f::$prefixDirsPsr4;
3284-
$loader->classMap = ComposerStaticInitbc08dee7b32aa57b9a805823d073849f::$classMap;
3282+
$loader->prefixLengthsPsr4 = ComposerStaticInitff17c1d1ffacceb8dcfdc8e83e144191::$prefixLengthsPsr4;
3283+
$loader->prefixDirsPsr4 = ComposerStaticInitff17c1d1ffacceb8dcfdc8e83e144191::$prefixDirsPsr4;
3284+
$loader->classMap = ComposerStaticInitff17c1d1ffacceb8dcfdc8e83e144191::$classMap;
32853285

32863286
}, null, ClassLoader::class);
32873287
}

vendor/composer/installed.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@
574574
},
575575
{
576576
"name": "illuminate\/contracts",
577-
"version": "v12.58.0",
578-
"version_normalized": "12.58.0.0",
577+
"version": "v12.59.0",
578+
"version_normalized": "12.59.0.0",
579579
"source": {
580580
"type": "git",
581581
"url": "https:\/\/github.com\/illuminate\/contracts.git",
@@ -2003,17 +2003,17 @@
20032003
},
20042004
{
20052005
"name": "symfony\/console",
2006-
"version": "v6.4.37",
2007-
"version_normalized": "6.4.37.0",
2006+
"version": "v6.4.39",
2007+
"version_normalized": "6.4.39.0",
20082008
"source": {
20092009
"type": "git",
20102010
"url": "https:\/\/github.com\/symfony\/console.git",
2011-
"reference": "7bbcaf3fdb1e18fa42a7f0b84a10d091c10548f5"
2011+
"reference": "c132f1215fe4aa45b70173cc00ce9a755dd31ec5"
20122012
},
20132013
"dist": {
20142014
"type": "zip",
2015-
"url": "https:\/\/api.github.com\/repos\/symfony\/console\/zipball\/7bbcaf3fdb1e18fa42a7f0b84a10d091c10548f5",
2016-
"reference": "7bbcaf3fdb1e18fa42a7f0b84a10d091c10548f5",
2015+
"url": "https:\/\/api.github.com\/repos\/symfony\/console\/zipball\/c132f1215fe4aa45b70173cc00ce9a755dd31ec5",
2016+
"reference": "c132f1215fe4aa45b70173cc00ce9a755dd31ec5",
20172017
"shasum": ""
20182018
},
20192019
"require": {
@@ -2046,7 +2046,7 @@
20462046
"symfony\/stopwatch": "^5.4|^6.0|^7.0",
20472047
"symfony\/var-dumper": "^5.4|^6.0|^7.0"
20482048
},
2049-
"time": "2026-04-13T15:27:04+00:00",
2049+
"time": "2026-05-12T06:50:03+00:00",
20502050
"type": "library",
20512051
"installation-source": "dist",
20522052
"autoload": {
@@ -2080,7 +2080,7 @@
20802080
"terminal"
20812081
],
20822082
"support": {
2083-
"source": "https:\/\/github.com\/symfony\/console\/tree\/v6.4.37"
2083+
"source": "https:\/\/github.com\/symfony\/console\/tree\/v6.4.39"
20842084
},
20852085
"funding": [
20862086
{
@@ -2178,17 +2178,17 @@
21782178
},
21792179
{
21802180
"name": "symfony\/filesystem",
2181-
"version": "v7.4.9",
2182-
"version_normalized": "7.4.9.0",
2181+
"version": "v7.4.11",
2182+
"version_normalized": "7.4.11.0",
21832183
"source": {
21842184
"type": "git",
21852185
"url": "https:\/\/github.com\/symfony\/filesystem.git",
2186-
"reference": "dcd8f96bcdc0f128ec406c765cc066c6035d1be3"
2186+
"reference": "d721ea61b4a5fba8c5b6e7c1feda19efea144b50"
21872187
},
21882188
"dist": {
21892189
"type": "zip",
2190-
"url": "https:\/\/api.github.com\/repos\/symfony\/filesystem\/zipball\/dcd8f96bcdc0f128ec406c765cc066c6035d1be3",
2191-
"reference": "dcd8f96bcdc0f128ec406c765cc066c6035d1be3",
2190+
"url": "https:\/\/api.github.com\/repos\/symfony\/filesystem\/zipball\/d721ea61b4a5fba8c5b6e7c1feda19efea144b50",
2191+
"reference": "d721ea61b4a5fba8c5b6e7c1feda19efea144b50",
21922192
"shasum": ""
21932193
},
21942194
"require": {
@@ -2199,7 +2199,7 @@
21992199
"require-dev": {
22002200
"symfony\/process": "^6.4|^7.0|^8.0"
22012201
},
2202-
"time": "2026-04-18T13:18:21+00:00",
2202+
"time": "2026-05-11T16:38:44+00:00",
22032203
"type": "library",
22042204
"installation-source": "dist",
22052205
"autoload": {
@@ -2227,7 +2227,7 @@
22272227
"description": "Provides basic utilities for the filesystem",
22282228
"homepage": "https:\/\/symfony.com",
22292229
"support": {
2230-
"source": "https:\/\/github.com\/symfony\/filesystem\/tree\/v7.4.9"
2230+
"source": "https:\/\/github.com\/symfony\/filesystem\/tree\/v7.4.11"
22312231
},
22322232
"funding": [
22332233
{
@@ -2835,23 +2835,23 @@
28352835
},
28362836
{
28372837
"name": "symfony\/process",
2838-
"version": "v7.4.8",
2839-
"version_normalized": "7.4.8.0",
2838+
"version": "v7.4.11",
2839+
"version_normalized": "7.4.11.0",
28402840
"source": {
28412841
"type": "git",
28422842
"url": "https:\/\/github.com\/symfony\/process.git",
2843-
"reference": "60f19cd3badc8de688421e21e4305eba50f8089a"
2843+
"reference": "d9593c9efa40499eb078b81144de42cbc28a31f0"
28442844
},
28452845
"dist": {
28462846
"type": "zip",
2847-
"url": "https:\/\/api.github.com\/repos\/symfony\/process\/zipball\/60f19cd3badc8de688421e21e4305eba50f8089a",
2848-
"reference": "60f19cd3badc8de688421e21e4305eba50f8089a",
2847+
"url": "https:\/\/api.github.com\/repos\/symfony\/process\/zipball\/d9593c9efa40499eb078b81144de42cbc28a31f0",
2848+
"reference": "d9593c9efa40499eb078b81144de42cbc28a31f0",
28492849
"shasum": ""
28502850
},
28512851
"require": {
28522852
"php": ">=8.2"
28532853
},
2854-
"time": "2026-03-24T13:12:05+00:00",
2854+
"time": "2026-05-11T16:55:21+00:00",
28552855
"type": "library",
28562856
"installation-source": "dist",
28572857
"autoload": {
@@ -2879,7 +2879,7 @@
28792879
"description": "Executes commands in sub-processes",
28802880
"homepage": "https:\/\/symfony.com",
28812881
"support": {
2882-
"source": "https:\/\/github.com\/symfony\/process\/tree\/v7.4.8"
2882+
"source": "https:\/\/github.com\/symfony\/process\/tree\/v7.4.11"
28832883
},
28842884
"funding": [
28852885
{
@@ -2993,17 +2993,17 @@
29932993
},
29942994
{
29952995
"name": "symfony\/string",
2996-
"version": "v7.4.8",
2997-
"version_normalized": "7.4.8.0",
2996+
"version": "v7.4.11",
2997+
"version_normalized": "7.4.11.0",
29982998
"source": {
29992999
"type": "git",
30003000
"url": "https:\/\/github.com\/symfony\/string.git",
3001-
"reference": "114ac57257d75df748eda23dd003878080b8e688"
3001+
"reference": "965f7306a43383d02c6aca1e3f3bd2f0ea5dee15"
30023002
},
30033003
"dist": {
30043004
"type": "zip",
3005-
"url": "https:\/\/api.github.com\/repos\/symfony\/string\/zipball\/114ac57257d75df748eda23dd003878080b8e688",
3006-
"reference": "114ac57257d75df748eda23dd003878080b8e688",
3005+
"url": "https:\/\/api.github.com\/repos\/symfony\/string\/zipball\/965f7306a43383d02c6aca1e3f3bd2f0ea5dee15",
3006+
"reference": "965f7306a43383d02c6aca1e3f3bd2f0ea5dee15",
30073007
"shasum": ""
30083008
},
30093009
"require": {
@@ -3024,7 +3024,7 @@
30243024
"symfony\/translation-contracts": "^2.5|^3.0",
30253025
"symfony\/var-exporter": "^6.4|^7.0|^8.0"
30263026
},
3027-
"time": "2026-03-24T13:12:05+00:00",
3027+
"time": "2026-05-13T12:04:42+00:00",
30283028
"type": "library",
30293029
"installation-source": "dist",
30303030
"autoload": {
@@ -3063,7 +3063,7 @@
30633063
"utf8"
30643064
],
30653065
"support": {
3066-
"source": "https:\/\/github.com\/symfony\/string\/tree\/v7.4.8"
3066+
"source": "https:\/\/github.com\/symfony\/string\/tree\/v7.4.11"
30673067
},
30683068
"funding": [
30693069
{
@@ -3087,17 +3087,17 @@
30873087
},
30883088
{
30893089
"name": "symfony\/yaml",
3090-
"version": "v7.4.10",
3091-
"version_normalized": "7.4.10.0",
3090+
"version": "v7.4.11",
3091+
"version_normalized": "7.4.11.0",
30923092
"source": {
30933093
"type": "git",
30943094
"url": "https:\/\/github.com\/symfony\/yaml.git",
3095-
"reference": "c660d6538545a3e8e65a5621ee3d7a6d352892c7"
3095+
"reference": "e2eb64a57763815ccae07ac1c7653d6cc1c326fd"
30963096
},
30973097
"dist": {
30983098
"type": "zip",
3099-
"url": "https:\/\/api.github.com\/repos\/symfony\/yaml\/zipball\/c660d6538545a3e8e65a5621ee3d7a6d352892c7",
3100-
"reference": "c660d6538545a3e8e65a5621ee3d7a6d352892c7",
3099+
"url": "https:\/\/api.github.com\/repos\/symfony\/yaml\/zipball\/e2eb64a57763815ccae07ac1c7653d6cc1c326fd",
3100+
"reference": "e2eb64a57763815ccae07ac1c7653d6cc1c326fd",
31013101
"shasum": ""
31023102
},
31033103
"require": {
@@ -3111,7 +3111,7 @@
31113111
"require-dev": {
31123112
"symfony\/console": "^6.4|^7.0|^8.0"
31133113
},
3114-
"time": "2026-05-05T08:01:55+00:00",
3114+
"time": "2026-05-13T12:04:42+00:00",
31153115
"bin": [
31163116
"Resources\/bin\/yaml-lint"
31173117
],
@@ -3142,7 +3142,7 @@
31423142
"description": "Loads and dumps YAML files",
31433143
"homepage": "https:\/\/symfony.com",
31443144
"support": {
3145-
"source": "https:\/\/github.com\/symfony\/yaml\/tree\/v7.4.10"
3145+
"source": "https:\/\/github.com\/symfony\/yaml\/tree\/v7.4.11"
31463146
},
31473147
"funding": [
31483148
{

0 commit comments

Comments
 (0)