Updated Rector to commit 0e1150596d9e0661d82f57a916be69fda63ff20c

4dafc07229 [Scoped] Enable vendor/rector/extension-installer vendor/rector/rector-cakephp vendor/rector/rector-doctrine vendor/rector/rector-generator vendor/rector/rector-laravel vendor/rector/rector-nette vendor/rector/rector-phpoffice vendor/rector/rector-phpunit vendor/rector/rector-symfony to be downgraded with parallel 0e1150596d Merge pull request #1631 from rectorphp/enable-vendor-rector-parallel
This commit is contained in:
Tomas Votruba 2022-01-04 17:08:42 +00:00
parent a5ebb3a5d6
commit 08a395bddd
5 changed files with 19 additions and 19 deletions

View File

@ -16,11 +16,11 @@ final class VersionResolver
/**
* @var string
*/
public const PACKAGE_VERSION = 'c850701e384877b06d3c9c7caef9f6acf8a2f403';
public const PACKAGE_VERSION = '0e1150596d9e0661d82f57a916be69fda63ff20c';
/**
* @var string
*/
public const RELEASE_DATE = '2022-01-04 23:48:54';
public const RELEASE_DATE = '2022-01-04 23:58:59';
public static function resolvePackageVersion() : string
{
$process = new \RectorPrefix20220104\Symfony\Component\Process\Process(['git', 'log', '--pretty="%H"', '-n1', 'HEAD'], __DIR__);

2
vendor/autoload.php vendored
View File

@ -4,4 +4,4 @@
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInitd10bd5dc878319bada61c17ffcb16d76::getLoader();
return ComposerAutoloaderInit8b3033462b5a60805948f76428c365c7::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInitd10bd5dc878319bada61c17ffcb16d76
class ComposerAutoloaderInit8b3033462b5a60805948f76428c365c7
{
private static $loader;
@ -22,15 +22,15 @@ class ComposerAutoloaderInitd10bd5dc878319bada61c17ffcb16d76
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInitd10bd5dc878319bada61c17ffcb16d76', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit8b3033462b5a60805948f76428c365c7', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInitd10bd5dc878319bada61c17ffcb16d76', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit8b3033462b5a60805948f76428c365c7', 'loadClassLoader'));
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitd10bd5dc878319bada61c17ffcb16d76::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit8b3033462b5a60805948f76428c365c7::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
@ -42,12 +42,12 @@ class ComposerAutoloaderInitd10bd5dc878319bada61c17ffcb16d76
$loader->register(true);
if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInitd10bd5dc878319bada61c17ffcb16d76::$files;
$includeFiles = Composer\Autoload\ComposerStaticInit8b3033462b5a60805948f76428c365c7::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequired10bd5dc878319bada61c17ffcb16d76($fileIdentifier, $file);
composerRequire8b3033462b5a60805948f76428c365c7($fileIdentifier, $file);
}
return $loader;
@ -59,7 +59,7 @@ class ComposerAutoloaderInitd10bd5dc878319bada61c17ffcb16d76
* @param string $file
* @return void
*/
function composerRequired10bd5dc878319bada61c17ffcb16d76($fileIdentifier, $file)
function composerRequire8b3033462b5a60805948f76428c365c7($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 ComposerStaticInitd10bd5dc878319bada61c17ffcb16d76
class ComposerStaticInit8b3033462b5a60805948f76428c365c7
{
public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
@ -3850,9 +3850,9 @@ class ComposerStaticInitd10bd5dc878319bada61c17ffcb16d76
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitd10bd5dc878319bada61c17ffcb16d76::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitd10bd5dc878319bada61c17ffcb16d76::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitd10bd5dc878319bada61c17ffcb16d76::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit8b3033462b5a60805948f76428c365c7::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit8b3033462b5a60805948f76428c365c7::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit8b3033462b5a60805948f76428c365c7::$classMap;
}, null, ClassLoader::class);
}

View File

@ -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('RectorPrefix20220104\AutoloadIncluder');
}
if (!class_exists('ComposerAutoloaderInitd10bd5dc878319bada61c17ffcb16d76', false) && !interface_exists('ComposerAutoloaderInitd10bd5dc878319bada61c17ffcb16d76', false) && !trait_exists('ComposerAutoloaderInitd10bd5dc878319bada61c17ffcb16d76', false)) {
spl_autoload_call('RectorPrefix20220104\ComposerAutoloaderInitd10bd5dc878319bada61c17ffcb16d76');
if (!class_exists('ComposerAutoloaderInit8b3033462b5a60805948f76428c365c7', false) && !interface_exists('ComposerAutoloaderInit8b3033462b5a60805948f76428c365c7', false) && !trait_exists('ComposerAutoloaderInit8b3033462b5a60805948f76428c365c7', false)) {
spl_autoload_call('RectorPrefix20220104\ComposerAutoloaderInit8b3033462b5a60805948f76428c365c7');
}
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('RectorPrefix20220104\Helmich\TypoScriptParser\Parser\AST\Statement');
@ -66,9 +66,9 @@ if (!function_exists('print_node')) {
return \RectorPrefix20220104\print_node(...func_get_args());
}
}
if (!function_exists('composerRequired10bd5dc878319bada61c17ffcb16d76')) {
function composerRequired10bd5dc878319bada61c17ffcb16d76() {
return \RectorPrefix20220104\composerRequired10bd5dc878319bada61c17ffcb16d76(...func_get_args());
if (!function_exists('composerRequire8b3033462b5a60805948f76428c365c7')) {
function composerRequire8b3033462b5a60805948f76428c365c7() {
return \RectorPrefix20220104\composerRequire8b3033462b5a60805948f76428c365c7(...func_get_args());
}
}
if (!function_exists('scanPath')) {