From 2916f08a7ff9af6fde5c28d90a70bb7e74d76ec5 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Fri, 27 May 2022 14:54:56 +0000 Subject: [PATCH] Updated Rector to commit 03da98750aa42e8dc5381a0a777d0bea8bfc1016 https://github.com/rectorphp/rector-src/commit/03da98750aa42e8dc5381a0a777d0bea8bfc1016 Try fix stub ReflectionUnionType not found in CI php 7.2 (#2373) --- src/Application/VersionResolver.php | 4 ++-- stubs-rector/Internal/EnumInterfaces.php | 4 ++-- stubs-rector/Internal/NativeClasses.php | 6 +++--- vendor/autoload.php | 2 +- vendor/composer/autoload_real.php | 14 +++++++------- vendor/composer/autoload_static.php | 8 ++++---- vendor/scoper-autoload.php | 10 +++++----- 7 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index a985d5c5f1f..d2356c25ebc 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -16,11 +16,11 @@ final class VersionResolver /** * @var string */ - public const PACKAGE_VERSION = '45eef47f27df7b6ed3422c19db03e0e74fe0417b'; + public const PACKAGE_VERSION = '03da98750aa42e8dc5381a0a777d0bea8bfc1016'; /** * @var string */ - public const RELEASE_DATE = '2022-05-27 15:30:05'; + public const RELEASE_DATE = '2022-05-27 14:48:27'; /** * @var string */ diff --git a/stubs-rector/Internal/EnumInterfaces.php b/stubs-rector/Internal/EnumInterfaces.php index a673792fc47..2e0f773a8d1 100644 --- a/stubs-rector/Internal/EnumInterfaces.php +++ b/stubs-rector/Internal/EnumInterfaces.php @@ -1,6 +1,6 @@ setClassMapAuthoritative(true); $loader->register(true); - $includeFiles = \Composer\Autoload\ComposerStaticInitec8a7af6b45877f163da24591918fc50::$files; + $includeFiles = \Composer\Autoload\ComposerStaticInitaebc3aaa5ebb18087bdedabf1527791e::$files; foreach ($includeFiles as $fileIdentifier => $file) { - composerRequireec8a7af6b45877f163da24591918fc50($fileIdentifier, $file); + composerRequireaebc3aaa5ebb18087bdedabf1527791e($fileIdentifier, $file); } return $loader; @@ -46,7 +46,7 @@ class ComposerAutoloaderInitec8a7af6b45877f163da24591918fc50 * @param string $file * @return void */ -function composerRequireec8a7af6b45877f163da24591918fc50($fileIdentifier, $file) +function composerRequireaebc3aaa5ebb18087bdedabf1527791e($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 6bcb3cf0451..94206fb5f47 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInitec8a7af6b45877f163da24591918fc50 +class ComposerStaticInitaebc3aaa5ebb18087bdedabf1527791e { public static $files = array ( '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', @@ -3919,9 +3919,9 @@ class ComposerStaticInitec8a7af6b45877f163da24591918fc50 public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInitec8a7af6b45877f163da24591918fc50::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInitec8a7af6b45877f163da24591918fc50::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInitec8a7af6b45877f163da24591918fc50::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInitaebc3aaa5ebb18087bdedabf1527791e::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitaebc3aaa5ebb18087bdedabf1527791e::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitaebc3aaa5ebb18087bdedabf1527791e::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/scoper-autoload.php b/vendor/scoper-autoload.php index 3ecd138a98e..f1901ebceb6 100644 --- a/vendor/scoper-autoload.php +++ b/vendor/scoper-autoload.php @@ -9,8 +9,8 @@ $loader = require_once __DIR__.'/autoload.php'; if (!class_exists('AutoloadIncluder', false) && !interface_exists('AutoloadIncluder', false) && !trait_exists('AutoloadIncluder', false)) { spl_autoload_call('RectorPrefix20220527\AutoloadIncluder'); } -if (!class_exists('ComposerAutoloaderInitec8a7af6b45877f163da24591918fc50', false) && !interface_exists('ComposerAutoloaderInitec8a7af6b45877f163da24591918fc50', false) && !trait_exists('ComposerAutoloaderInitec8a7af6b45877f163da24591918fc50', false)) { - spl_autoload_call('RectorPrefix20220527\ComposerAutoloaderInitec8a7af6b45877f163da24591918fc50'); +if (!class_exists('ComposerAutoloaderInitaebc3aaa5ebb18087bdedabf1527791e', false) && !interface_exists('ComposerAutoloaderInitaebc3aaa5ebb18087bdedabf1527791e', false) && !trait_exists('ComposerAutoloaderInitaebc3aaa5ebb18087bdedabf1527791e', false)) { + spl_autoload_call('RectorPrefix20220527\ComposerAutoloaderInitaebc3aaa5ebb18087bdedabf1527791e'); } if (!class_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !interface_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !trait_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false)) { spl_autoload_call('RectorPrefix20220527\Helmich\TypoScriptParser\Parser\AST\Statement'); @@ -59,9 +59,9 @@ if (!function_exists('print_node')) { return \RectorPrefix20220527\print_node(...func_get_args()); } } -if (!function_exists('composerRequireec8a7af6b45877f163da24591918fc50')) { - function composerRequireec8a7af6b45877f163da24591918fc50() { - return \RectorPrefix20220527\composerRequireec8a7af6b45877f163da24591918fc50(...func_get_args()); +if (!function_exists('composerRequireaebc3aaa5ebb18087bdedabf1527791e')) { + function composerRequireaebc3aaa5ebb18087bdedabf1527791e() { + return \RectorPrefix20220527\composerRequireaebc3aaa5ebb18087bdedabf1527791e(...func_get_args()); } } if (!function_exists('scanPath')) {