Updated Rector to commit 8151fd8cb11ae8a545043ef5e32cdff53bf8551e

8151fd8cb1 use Tomas name for autoupdate commits
This commit is contained in:
Tomas Votruba 2021-06-04 21:04:13 +00:00
parent 06abbe342f
commit 485d313618
5 changed files with 19 additions and 19 deletions

View File

@ -16,11 +16,11 @@ final class VersionResolver
/**
* @var string
*/
public const PACKAGE_VERSION = 'b8f1d9254f92beb75eea36b5a074a7bc90716ba0';
public const PACKAGE_VERSION = '8151fd8cb11ae8a545043ef5e32cdff53bf8551e';
/**
* @var string
*/
public const RELEASE_DATE = '2021-06-04 22:27:53';
public const RELEASE_DATE = '2021-06-04 22:51:32';
public static function resolvePackageVersion() : string
{
$process = new \RectorPrefix20210604\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 ComposerAutoloaderInite3e83f135e6940829df1b9496ce626fb::getLoader();
return ComposerAutoloaderInit2cbeae49a529fb6b3603187a461f35b7::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInite3e83f135e6940829df1b9496ce626fb
class ComposerAutoloaderInit2cbeae49a529fb6b3603187a461f35b7
{
private static $loader;
@ -22,15 +22,15 @@ class ComposerAutoloaderInite3e83f135e6940829df1b9496ce626fb
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInite3e83f135e6940829df1b9496ce626fb', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit2cbeae49a529fb6b3603187a461f35b7', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInite3e83f135e6940829df1b9496ce626fb', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit2cbeae49a529fb6b3603187a461f35b7', '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\ComposerStaticInite3e83f135e6940829df1b9496ce626fb::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit2cbeae49a529fb6b3603187a461f35b7::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
@ -42,19 +42,19 @@ class ComposerAutoloaderInite3e83f135e6940829df1b9496ce626fb
$loader->register(true);
if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInite3e83f135e6940829df1b9496ce626fb::$files;
$includeFiles = Composer\Autoload\ComposerStaticInit2cbeae49a529fb6b3603187a461f35b7::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequiree3e83f135e6940829df1b9496ce626fb($fileIdentifier, $file);
composerRequire2cbeae49a529fb6b3603187a461f35b7($fileIdentifier, $file);
}
return $loader;
}
}
function composerRequiree3e83f135e6940829df1b9496ce626fb($fileIdentifier, $file)
function composerRequire2cbeae49a529fb6b3603187a461f35b7($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;

View File

@ -4,7 +4,7 @@
namespace Composer\Autoload;
class ComposerStaticInite3e83f135e6940829df1b9496ce626fb
class ComposerStaticInit2cbeae49a529fb6b3603187a461f35b7
{
public static $files = array (
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
@ -3872,9 +3872,9 @@ class ComposerStaticInite3e83f135e6940829df1b9496ce626fb
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInite3e83f135e6940829df1b9496ce626fb::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInite3e83f135e6940829df1b9496ce626fb::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInite3e83f135e6940829df1b9496ce626fb::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit2cbeae49a529fb6b3603187a461f35b7::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit2cbeae49a529fb6b3603187a461f35b7::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit2cbeae49a529fb6b3603187a461f35b7::$classMap;
}, null, ClassLoader::class);
}

View File

@ -21,8 +21,8 @@ if (!class_exists('SomeTestCase', false) && !interface_exists('SomeTestCase', fa
if (!class_exists('CheckoutEntityFactory', false) && !interface_exists('CheckoutEntityFactory', false) && !trait_exists('CheckoutEntityFactory', false)) {
spl_autoload_call('RectorPrefix20210604\CheckoutEntityFactory');
}
if (!class_exists('ComposerAutoloaderInite3e83f135e6940829df1b9496ce626fb', false) && !interface_exists('ComposerAutoloaderInite3e83f135e6940829df1b9496ce626fb', false) && !trait_exists('ComposerAutoloaderInite3e83f135e6940829df1b9496ce626fb', false)) {
spl_autoload_call('RectorPrefix20210604\ComposerAutoloaderInite3e83f135e6940829df1b9496ce626fb');
if (!class_exists('ComposerAutoloaderInit2cbeae49a529fb6b3603187a461f35b7', false) && !interface_exists('ComposerAutoloaderInit2cbeae49a529fb6b3603187a461f35b7', false) && !trait_exists('ComposerAutoloaderInit2cbeae49a529fb6b3603187a461f35b7', false)) {
spl_autoload_call('RectorPrefix20210604\ComposerAutoloaderInit2cbeae49a529fb6b3603187a461f35b7');
}
if (!class_exists('Doctrine\Inflector\Inflector', false) && !interface_exists('Doctrine\Inflector\Inflector', false) && !trait_exists('Doctrine\Inflector\Inflector', false)) {
spl_autoload_call('RectorPrefix20210604\Doctrine\Inflector\Inflector');
@ -3323,9 +3323,9 @@ if (!function_exists('print_node')) {
return \RectorPrefix20210604\print_node(...func_get_args());
}
}
if (!function_exists('composerRequiree3e83f135e6940829df1b9496ce626fb')) {
function composerRequiree3e83f135e6940829df1b9496ce626fb() {
return \RectorPrefix20210604\composerRequiree3e83f135e6940829df1b9496ce626fb(...func_get_args());
if (!function_exists('composerRequire2cbeae49a529fb6b3603187a461f35b7')) {
function composerRequire2cbeae49a529fb6b3603187a461f35b7() {
return \RectorPrefix20210604\composerRequire2cbeae49a529fb6b3603187a461f35b7(...func_get_args());
}
}
if (!function_exists('parseArgs')) {