From 84e1eb5aff2df851af96c4515bf1ba112c7bee82 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Mon, 30 Dec 2024 12:24:44 +0000 Subject: [PATCH] Updated Rector to commit 97347fbed99e372bc2a6bd46c30f615c0be12d5f https://github.com/rectorphp/rector-src/commit/97347fbed99e372bc2a6bd46c30f615c0be12d5f use vendor-patches main branch that already include php-parser 5.4.0 patch (#6638) --- src/Application/VersionResolver.php | 4 ++-- vendor/autoload.php | 2 +- vendor/composer/autoload_real.php | 10 +++++----- vendor/composer/autoload_static.php | 8 ++++---- vendor/composer/installed.json | 2 +- vendor/nikic/php-parser/PATCHES.txt | 2 +- vendor/scoper-autoload.php | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 19a348aac71..c32f86fa815 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -19,12 +19,12 @@ final class VersionResolver * @api * @var string */ - public const PACKAGE_VERSION = '8834b334b5468636f08ed4c54994eff839a2fb81'; + public const PACKAGE_VERSION = '97347fbed99e372bc2a6bd46c30f615c0be12d5f'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-12-30 19:15:25'; + public const RELEASE_DATE = '2024-12-30 19:22:17'; /** * @var int */ diff --git a/vendor/autoload.php b/vendor/autoload.php index 5830fb7429b..b614aa9f3ac 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ if (PHP_VERSION_ID < 50600) { require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit52abfb2fdab9d79b09e0369566d1a806::getLoader(); +return ComposerAutoloaderInit7d398c776aa3bae622a7bc361df38323::getLoader(); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 4f00500f38f..3ffcb4204cb 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit52abfb2fdab9d79b09e0369566d1a806 +class ComposerAutoloaderInit7d398c776aa3bae622a7bc361df38323 { private static $loader; @@ -22,17 +22,17 @@ class ComposerAutoloaderInit52abfb2fdab9d79b09e0369566d1a806 return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit52abfb2fdab9d79b09e0369566d1a806', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit7d398c776aa3bae622a7bc361df38323', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInit52abfb2fdab9d79b09e0369566d1a806', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit7d398c776aa3bae622a7bc361df38323', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit52abfb2fdab9d79b09e0369566d1a806::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInit7d398c776aa3bae622a7bc361df38323::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInit52abfb2fdab9d79b09e0369566d1a806::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInit7d398c776aa3bae622a7bc361df38323::$files; $requireFile = \Closure::bind(static function ($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 237407567e9..ac87bb1c324 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit52abfb2fdab9d79b09e0369566d1a806 +class ComposerStaticInit7d398c776aa3bae622a7bc361df38323 { public static $files = array ( 'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php', @@ -2851,9 +2851,9 @@ class ComposerStaticInit52abfb2fdab9d79b09e0369566d1a806 public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit52abfb2fdab9d79b09e0369566d1a806::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit52abfb2fdab9d79b09e0369566d1a806::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit52abfb2fdab9d79b09e0369566d1a806::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInit7d398c776aa3bae622a7bc361df38323::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInit7d398c776aa3bae622a7bc361df38323::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInit7d398c776aa3bae622a7bc361df38323::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 384f58cb250..4c7f7ea5646 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -757,7 +757,7 @@ "https:\/\/raw.githubusercontent.com\/rectorphp\/vendor-patches\/main\/patches\/nikic-php-parser-lib-phpparser-node-stmt-case-php.patch", "https:\/\/raw.githubusercontent.com\/rectorphp\/vendor-patches\/main\/patches\/nikic-php-parser-lib-phpparser-node-stmt-elseif-php.patch", "https:\/\/raw.githubusercontent.com\/rectorphp\/vendor-patches\/main\/patches\/nikic-php-parser-lib-phpparser-node-stmt-namespace-php.patch", - "https:\/\/raw.githubusercontent.com\/rectorphp\/vendor-patches\/fix-patch-php-parser-54\/patches\/nikic-php-parser-lib-phpparser-nodetraverser-php.patch" + "https:\/\/raw.githubusercontent.com\/rectorphp\/vendor-patches\/main\/patches\/nikic-php-parser-lib-phpparser-nodetraverser-php.patch" ] }, "installation-source": "dist", diff --git a/vendor/nikic/php-parser/PATCHES.txt b/vendor/nikic/php-parser/PATCHES.txt index b58a29fe8da..5719846b604 100644 --- a/vendor/nikic/php-parser/PATCHES.txt +++ b/vendor/nikic/php-parser/PATCHES.txt @@ -62,6 +62,6 @@ Source: https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/ 15 -Source: https://raw.githubusercontent.com/rectorphp/vendor-patches/fix-patch-php-parser-54/patches/nikic-php-parser-lib-phpparser-nodetraverser-php.patch +Source: https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/nikic-php-parser-lib-phpparser-nodetraverser-php.patch diff --git a/vendor/scoper-autoload.php b/vendor/scoper-autoload.php index a44b2ae79e7..9cad8409856 100644 --- a/vendor/scoper-autoload.php +++ b/vendor/scoper-autoload.php @@ -30,7 +30,7 @@ if (!function_exists('humbug_phpscoper_expose_class')) { } } humbug_phpscoper_expose_class('AutoloadIncluder', 'RectorPrefix202412\AutoloadIncluder'); -humbug_phpscoper_expose_class('ComposerAutoloaderInit52abfb2fdab9d79b09e0369566d1a806', 'RectorPrefix202412\ComposerAutoloaderInit52abfb2fdab9d79b09e0369566d1a806'); +humbug_phpscoper_expose_class('ComposerAutoloaderInit7d398c776aa3bae622a7bc361df38323', 'RectorPrefix202412\ComposerAutoloaderInit7d398c776aa3bae622a7bc361df38323'); humbug_phpscoper_expose_class('Product', 'RectorPrefix202412\Product'); humbug_phpscoper_expose_class('SomeTest', 'RectorPrefix202412\SomeTest');