Updated Rector to commit 97347fbed99e372bc2a6bd46c30f615c0be12d5f

97347fbed9 use vendor-patches main branch that already include php-parser 5.4.0 patch (#6638)
This commit is contained in:
Tomas Votruba 2024-12-30 12:24:44 +00:00
parent f99d6f30c0
commit 84e1eb5aff
7 changed files with 15 additions and 15 deletions

View File

@ -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
*/

2
vendor/autoload.php vendored
View File

@ -22,4 +22,4 @@ if (PHP_VERSION_ID < 50600) {
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit52abfb2fdab9d79b09e0369566d1a806::getLoader();
return ComposerAutoloaderInit7d398c776aa3bae622a7bc361df38323::getLoader();

View File

@ -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;

View File

@ -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);
}

View File

@ -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",

View File

@ -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

View File

@ -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');