Skip to content

Commit

Permalink
Updated Rector to commit 97347fbed99e372bc2a6bd46c30f615c0be12d5f
Browse files Browse the repository at this point in the history
rectorphp/rector-src@97347fb use vendor-patches main branch that already include php-parser 5.4.0 patch (#6638)
  • Loading branch information
TomasVotruba committed Dec 30, 2024
1 parent f99d6f3 commit 84e1eb5
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

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

return ComposerAutoloaderInit52abfb2fdab9d79b09e0369566d1a806::getLoader();
return ComposerAutoloaderInit7d398c776aa3bae622a7bc361df38323::getLoader();
10 changes: 5 additions & 5 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit52abfb2fdab9d79b09e0369566d1a806
class ComposerAutoloaderInit7d398c776aa3bae622a7bc361df38323
{
private static $loader;

Expand All @@ -22,17 +22,17 @@ public static function getLoader()
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;
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit52abfb2fdab9d79b09e0369566d1a806
class ComposerStaticInit7d398c776aa3bae622a7bc361df38323
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
Expand Down Expand Up @@ -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);
}
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion vendor/nikic/php-parser/PATCHES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion vendor/scoper-autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function humbug_phpscoper_expose_class($exposed, $prefixed) {
}
}
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');

Expand Down

0 comments on commit 84e1eb5

Please sign in to comment.