From d3357ab3ebccdf17745c7fe990f38e60ca222350 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Fri, 15 Mar 2024 14:15:54 +0000 Subject: [PATCH] Updated Rector to commit a844e40a3f84f120866198401f9b3640575f7c06 https://github.com/rectorphp/rector-src/commit/a844e40a3f84f120866198401f9b3640575f7c06 [Composer] Fix double / on illuminate-container-container-php.patch url on extra:patches config (#5725) --- 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/illuminate/container/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 56f5ba01be8..d3321503d63 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 = 'ff32c0c08a89f27ea34187d00cf707734a7e39c8'; + public const PACKAGE_VERSION = 'a844e40a3f84f120866198401f9b3640575f7c06'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-03-15 11:43:37'; + public const RELEASE_DATE = '2024-03-15 14:13:28'; /** * @var int */ diff --git a/vendor/autoload.php b/vendor/autoload.php index 68cafede4d0..f8fc9b5bcdd 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 ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54::getLoader(); +return ComposerAutoloaderInit1738583af5734d6ba4a4af91c9f317d8::getLoader(); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 0697dccb91b..7cec3b47c98 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54 +class ComposerAutoloaderInit1738583af5734d6ba4a4af91c9f317d8 { private static $loader; @@ -22,17 +22,17 @@ class ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54 return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit1738583af5734d6ba4a4af91c9f317d8', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit1738583af5734d6ba4a4af91c9f317d8', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit2d887a2f87c676eb32b3e04612865e54::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInit2d887a2f87c676eb32b3e04612865e54::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8::$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 75c6c84dfce..04b3da07ead 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit2d887a2f87c676eb32b3e04612865e54 +class ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8 { public static $files = array ( 'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php', @@ -2704,9 +2704,9 @@ class ComposerStaticInit2d887a2f87c676eb32b3e04612865e54 public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit2d887a2f87c676eb32b3e04612865e54::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit2d887a2f87c676eb32b3e04612865e54::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit2d887a2f87c676eb32b3e04612865e54::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInit1738583af5734d6ba4a4af91c9f317d8::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index a882f5a0c27..bfc8bb08417 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -532,7 +532,7 @@ "dev-master": "10.x-dev" }, "patches_applied": [ - "https:\/\/raw.githubusercontent.com\/rectorphp\/vendor-patches\/main\/patches\/\/illuminate-container-container-php.patch" + "https:\/\/raw.githubusercontent.com\/rectorphp\/vendor-patches\/main\/patches\/illuminate-container-container-php.patch" ] }, "installation-source": "dist", diff --git a/vendor/illuminate/container/PATCHES.txt b/vendor/illuminate/container/PATCHES.txt index 6021b994438..1a028c817f7 100644 --- a/vendor/illuminate/container/PATCHES.txt +++ b/vendor/illuminate/container/PATCHES.txt @@ -2,6 +2,6 @@ This file was automatically generated by Composer Patches (https://github.com/cw Patches applied to this directory: 0 -Source: https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches//illuminate-container-container-php.patch +Source: https://raw.githubusercontent.com/rectorphp/vendor-patches/main/patches/illuminate-container-container-php.patch diff --git a/vendor/scoper-autoload.php b/vendor/scoper-autoload.php index 48dcb34a63c..ebf4434b66b 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', 'RectorPrefix202403\AutoloadIncluder'); -humbug_phpscoper_expose_class('ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54', 'RectorPrefix202403\ComposerAutoloaderInit2d887a2f87c676eb32b3e04612865e54'); +humbug_phpscoper_expose_class('ComposerAutoloaderInit1738583af5734d6ba4a4af91c9f317d8', 'RectorPrefix202403\ComposerAutoloaderInit1738583af5734d6ba4a4af91c9f317d8'); humbug_phpscoper_expose_class('Product', 'RectorPrefix202403\Product'); // Function aliases. For more information see: