Updated Rector to commit e68c8d23cbbdb9dbfef66133af6bb4f1857015ad

e68c8d23cb Fix CallableTypeParameterNode and IdentifierTypeParameterNode crash (#3353)
This commit is contained in:
Tomas Votruba 2023-02-07 12:41:14 +00:00
parent f397ad92ed
commit 76b2c64b5f
6 changed files with 16 additions and 16 deletions

2
vendor/autoload.php vendored
View File

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

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit616a216755b8ab017029b929301de442
class ComposerAutoloaderInit182ffbcec7715a7c92e1953ca71c39fb
{
private static $loader;
@ -22,17 +22,17 @@ class ComposerAutoloaderInit616a216755b8ab017029b929301de442
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit616a216755b8ab017029b929301de442', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit182ffbcec7715a7c92e1953ca71c39fb', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit616a216755b8ab017029b929301de442', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit182ffbcec7715a7c92e1953ca71c39fb', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit616a216755b8ab017029b929301de442::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit182ffbcec7715a7c92e1953ca71c39fb::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$filesToLoad = \Composer\Autoload\ComposerStaticInit616a216755b8ab017029b929301de442::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInit182ffbcec7715a7c92e1953ca71c39fb::$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 ComposerStaticInit616a216755b8ab017029b929301de442
class ComposerStaticInit182ffbcec7715a7c92e1953ca71c39fb
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
@ -3089,9 +3089,9 @@ class ComposerStaticInit616a216755b8ab017029b929301de442
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit616a216755b8ab017029b929301de442::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit616a216755b8ab017029b929301de442::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit616a216755b8ab017029b929301de442::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit182ffbcec7715a7c92e1953ca71c39fb::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit182ffbcec7715a7c92e1953ca71c39fb::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit182ffbcec7715a7c92e1953ca71c39fb::$classMap;
}, null, ClassLoader::class);
}

View File

@ -2059,12 +2059,12 @@
"source": {
"type": "git",
"url": "https:\/\/github.com\/rectorphp\/rector-phpunit.git",
"reference": "1ced18f1a5639d095307dd3c90be752afe09c316"
"reference": "933bccdffe41f45b1223ecbfb5750925376ff50b"
},
"dist": {
"type": "zip",
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-phpunit\/zipball\/1ced18f1a5639d095307dd3c90be752afe09c316",
"reference": "1ced18f1a5639d095307dd3c90be752afe09c316",
"url": "https:\/\/api.github.com\/repos\/rectorphp\/rector-phpunit\/zipball\/933bccdffe41f45b1223ecbfb5750925376ff50b",
"reference": "933bccdffe41f45b1223ecbfb5750925376ff50b",
"shasum": ""
},
"require": {
@ -2093,7 +2093,7 @@
"tomasvotruba\/type-coverage": "^0.0.9",
"tomasvotruba\/unused-public": "^0.0.34"
},
"time": "2023-02-07T12:28:09+00:00",
"time": "2023-02-07T12:36:35+00:00",
"default-branch": true,
"type": "rector-extension",
"extra": {

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ namespace Rector\RectorInstaller;
*/
final class GeneratedConfig
{
public const EXTENSIONS = array('rector/rector-doctrine' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-doctrine', 'relative_install_path' => '../../rector-doctrine', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main ea9cf46'), 'rector/rector-downgrade-php' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-downgrade-php', 'relative_install_path' => '../../rector-downgrade-php', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main 46346e2'), 'rector/rector-php-parser' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-php-parser', 'relative_install_path' => '../../rector-php-parser', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main 9639ef9'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main 1ced18f'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main 89e994f'));
public const EXTENSIONS = array('rector/rector-doctrine' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-doctrine', 'relative_install_path' => '../../rector-doctrine', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main ea9cf46'), 'rector/rector-downgrade-php' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-downgrade-php', 'relative_install_path' => '../../rector-downgrade-php', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main 46346e2'), 'rector/rector-php-parser' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-php-parser', 'relative_install_path' => '../../rector-php-parser', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main 9639ef9'), 'rector/rector-phpunit' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-phpunit', 'relative_install_path' => '../../rector-phpunit', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main 933bccd'), 'rector/rector-symfony' => array('install_path' => '/home/runner/work/rector-src/rector-src/vendor/rector/rector-symfony', 'relative_install_path' => '../../rector-symfony', 'extra' => array('includes' => array(0 => 'config/config.php')), 'version' => 'dev-main 89e994f'));
private function __construct()
{
}