Updated Rector to commit 368a58c33a

368a58c33a [Scoped] Use composer global require for parallel-lint (#1856)
This commit is contained in:
Tomas Votruba 2022-02-22 07:02:00 +00:00
parent a398597def
commit dae491b26a
5 changed files with 19 additions and 19 deletions

View File

@ -16,11 +16,11 @@ final class VersionResolver
/**
* @var string
*/
public const PACKAGE_VERSION = '35b07ce068557cf9de22fcead88d61ebb0ef1486';
public const PACKAGE_VERSION = '368a58c33aca72f3aedf2f41d06b653936c75dad';
/**
* @var string
*/
public const RELEASE_DATE = '2022-02-22 00:21:40';
public const RELEASE_DATE = '2022-02-22 06:54:09';
public static function resolvePackageVersion() : string
{
$process = new \RectorPrefix20220222\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 ComposerAutoloaderInit1fbc1565f4dfb3fc9599031987011da2::getLoader();
return ComposerAutoloaderInita103aeefa2d530a39183b1057e52b8b4::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit1fbc1565f4dfb3fc9599031987011da2
class ComposerAutoloaderInita103aeefa2d530a39183b1057e52b8b4
{
private static $loader;
@ -22,15 +22,15 @@ class ComposerAutoloaderInit1fbc1565f4dfb3fc9599031987011da2
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit1fbc1565f4dfb3fc9599031987011da2', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInita103aeefa2d530a39183b1057e52b8b4', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInit1fbc1565f4dfb3fc9599031987011da2', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInita103aeefa2d530a39183b1057e52b8b4', '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\ComposerStaticInit1fbc1565f4dfb3fc9599031987011da2::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInita103aeefa2d530a39183b1057e52b8b4::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
@ -42,12 +42,12 @@ class ComposerAutoloaderInit1fbc1565f4dfb3fc9599031987011da2
$loader->register(true);
if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInit1fbc1565f4dfb3fc9599031987011da2::$files;
$includeFiles = Composer\Autoload\ComposerStaticInita103aeefa2d530a39183b1057e52b8b4::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire1fbc1565f4dfb3fc9599031987011da2($fileIdentifier, $file);
composerRequirea103aeefa2d530a39183b1057e52b8b4($fileIdentifier, $file);
}
return $loader;
@ -59,7 +59,7 @@ class ComposerAutoloaderInit1fbc1565f4dfb3fc9599031987011da2
* @param string $file
* @return void
*/
function composerRequire1fbc1565f4dfb3fc9599031987011da2($fileIdentifier, $file)
function composerRequirea103aeefa2d530a39183b1057e52b8b4($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 ComposerStaticInit1fbc1565f4dfb3fc9599031987011da2
class ComposerStaticInita103aeefa2d530a39183b1057e52b8b4
{
public static $files = array (
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
@ -3848,9 +3848,9 @@ class ComposerStaticInit1fbc1565f4dfb3fc9599031987011da2
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit1fbc1565f4dfb3fc9599031987011da2::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit1fbc1565f4dfb3fc9599031987011da2::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit1fbc1565f4dfb3fc9599031987011da2::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInita103aeefa2d530a39183b1057e52b8b4::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInita103aeefa2d530a39183b1057e52b8b4::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInita103aeefa2d530a39183b1057e52b8b4::$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('RectorPrefix20220222\AutoloadIncluder');
}
if (!class_exists('ComposerAutoloaderInit1fbc1565f4dfb3fc9599031987011da2', false) && !interface_exists('ComposerAutoloaderInit1fbc1565f4dfb3fc9599031987011da2', false) && !trait_exists('ComposerAutoloaderInit1fbc1565f4dfb3fc9599031987011da2', false)) {
spl_autoload_call('RectorPrefix20220222\ComposerAutoloaderInit1fbc1565f4dfb3fc9599031987011da2');
if (!class_exists('ComposerAutoloaderInita103aeefa2d530a39183b1057e52b8b4', false) && !interface_exists('ComposerAutoloaderInita103aeefa2d530a39183b1057e52b8b4', false) && !trait_exists('ComposerAutoloaderInita103aeefa2d530a39183b1057e52b8b4', false)) {
spl_autoload_call('RectorPrefix20220222\ComposerAutoloaderInita103aeefa2d530a39183b1057e52b8b4');
}
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('RectorPrefix20220222\Helmich\TypoScriptParser\Parser\AST\Statement');
@ -59,9 +59,9 @@ if (!function_exists('print_node')) {
return \RectorPrefix20220222\print_node(...func_get_args());
}
}
if (!function_exists('composerRequire1fbc1565f4dfb3fc9599031987011da2')) {
function composerRequire1fbc1565f4dfb3fc9599031987011da2() {
return \RectorPrefix20220222\composerRequire1fbc1565f4dfb3fc9599031987011da2(...func_get_args());
if (!function_exists('composerRequirea103aeefa2d530a39183b1057e52b8b4')) {
function composerRequirea103aeefa2d530a39183b1057e52b8b4() {
return \RectorPrefix20220222\composerRequirea103aeefa2d530a39183b1057e52b8b4(...func_get_args());
}
}
if (!function_exists('scanPath')) {