Updated Rector to commit 5cea7f9234

5cea7f9234 [scoped] fix git log path
This commit is contained in:
Tomas Votruba 2021-05-11 11:48:09 +00:00
parent 66ac7e984e
commit 831b640370
4 changed files with 17 additions and 17 deletions

2
vendor/autoload.php vendored
View File

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

View File

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

View File

@ -4,7 +4,7 @@
namespace Composer\Autoload;
class ComposerStaticInit3946f619b4d0c1ea6dcf99af498338ae
class ComposerStaticInit7618f3ff8dddd3489973d39b7ca2ec22
{
public static $files = array (
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
@ -3465,9 +3465,9 @@ class ComposerStaticInit3946f619b4d0c1ea6dcf99af498338ae
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit3946f619b4d0c1ea6dcf99af498338ae::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit3946f619b4d0c1ea6dcf99af498338ae::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit3946f619b4d0c1ea6dcf99af498338ae::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit7618f3ff8dddd3489973d39b7ca2ec22::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit7618f3ff8dddd3489973d39b7ca2ec22::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit7618f3ff8dddd3489973d39b7ca2ec22::$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('RectorPrefix20210511\CheckoutEntityFactory');
}
if (!class_exists('ComposerAutoloaderInit3946f619b4d0c1ea6dcf99af498338ae', false) && !interface_exists('ComposerAutoloaderInit3946f619b4d0c1ea6dcf99af498338ae', false) && !trait_exists('ComposerAutoloaderInit3946f619b4d0c1ea6dcf99af498338ae', false)) {
spl_autoload_call('RectorPrefix20210511\ComposerAutoloaderInit3946f619b4d0c1ea6dcf99af498338ae');
if (!class_exists('ComposerAutoloaderInit7618f3ff8dddd3489973d39b7ca2ec22', false) && !interface_exists('ComposerAutoloaderInit7618f3ff8dddd3489973d39b7ca2ec22', false) && !trait_exists('ComposerAutoloaderInit7618f3ff8dddd3489973d39b7ca2ec22', false)) {
spl_autoload_call('RectorPrefix20210511\ComposerAutoloaderInit7618f3ff8dddd3489973d39b7ca2ec22');
}
if (!class_exists('Doctrine\Inflector\Inflector', false) && !interface_exists('Doctrine\Inflector\Inflector', false) && !trait_exists('Doctrine\Inflector\Inflector', false)) {
spl_autoload_call('RectorPrefix20210511\Doctrine\Inflector\Inflector');
@ -92,9 +92,9 @@ if (!function_exists('print_node')) {
return \RectorPrefix20210511\print_node(...func_get_args());
}
}
if (!function_exists('composerRequire3946f619b4d0c1ea6dcf99af498338ae')) {
function composerRequire3946f619b4d0c1ea6dcf99af498338ae() {
return \RectorPrefix20210511\composerRequire3946f619b4d0c1ea6dcf99af498338ae(...func_get_args());
if (!function_exists('composerRequire7618f3ff8dddd3489973d39b7ca2ec22')) {
function composerRequire7618f3ff8dddd3489973d39b7ca2ec22() {
return \RectorPrefix20210511\composerRequire7618f3ff8dddd3489973d39b7ca2ec22(...func_get_args());
}
}
if (!function_exists('parseArgs')) {