Updated Rector to commit c398e7c010d9baddbc97a1acdca7a0fa34a7484e

c398e7c010 [CI] use github actoins to commit
This commit is contained in:
Tomas Votruba 2021-06-07 14:45:35 +00:00
parent 07c960561d
commit d770a21650
5 changed files with 19 additions and 19 deletions

View File

@ -16,11 +16,11 @@ final class VersionResolver
/**
* @var string
*/
public const PACKAGE_VERSION = '017c6357b0dd0cf37c84423d1ff29353a4f27c70';
public const PACKAGE_VERSION = 'c398e7c010d9baddbc97a1acdca7a0fa34a7484e';
/**
* @var string
*/
public const RELEASE_DATE = '2021-06-07 16:29:36';
public const RELEASE_DATE = '2021-06-07 16:32:39';
public static function resolvePackageVersion() : string
{
$process = new \RectorPrefix20210607\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 ComposerAutoloaderInitd5fabe7489af653178bf9a53c175595e::getLoader();
return ComposerAutoloaderInit9442b424d317ba441a4197b0916079ce::getLoader();

View File

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

View File

@ -4,7 +4,7 @@
namespace Composer\Autoload;
class ComposerStaticInitd5fabe7489af653178bf9a53c175595e
class ComposerStaticInit9442b424d317ba441a4197b0916079ce
{
public static $files = array (
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
@ -3872,9 +3872,9 @@ class ComposerStaticInitd5fabe7489af653178bf9a53c175595e
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitd5fabe7489af653178bf9a53c175595e::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitd5fabe7489af653178bf9a53c175595e::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitd5fabe7489af653178bf9a53c175595e::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit9442b424d317ba441a4197b0916079ce::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit9442b424d317ba441a4197b0916079ce::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit9442b424d317ba441a4197b0916079ce::$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('RectorPrefix20210607\CheckoutEntityFactory');
}
if (!class_exists('ComposerAutoloaderInitd5fabe7489af653178bf9a53c175595e', false) && !interface_exists('ComposerAutoloaderInitd5fabe7489af653178bf9a53c175595e', false) && !trait_exists('ComposerAutoloaderInitd5fabe7489af653178bf9a53c175595e', false)) {
spl_autoload_call('RectorPrefix20210607\ComposerAutoloaderInitd5fabe7489af653178bf9a53c175595e');
if (!class_exists('ComposerAutoloaderInit9442b424d317ba441a4197b0916079ce', false) && !interface_exists('ComposerAutoloaderInit9442b424d317ba441a4197b0916079ce', false) && !trait_exists('ComposerAutoloaderInit9442b424d317ba441a4197b0916079ce', false)) {
spl_autoload_call('RectorPrefix20210607\ComposerAutoloaderInit9442b424d317ba441a4197b0916079ce');
}
if (!class_exists('Doctrine\Inflector\Inflector', false) && !interface_exists('Doctrine\Inflector\Inflector', false) && !trait_exists('Doctrine\Inflector\Inflector', false)) {
spl_autoload_call('RectorPrefix20210607\Doctrine\Inflector\Inflector');
@ -3323,9 +3323,9 @@ if (!function_exists('print_node')) {
return \RectorPrefix20210607\print_node(...func_get_args());
}
}
if (!function_exists('composerRequired5fabe7489af653178bf9a53c175595e')) {
function composerRequired5fabe7489af653178bf9a53c175595e() {
return \RectorPrefix20210607\composerRequired5fabe7489af653178bf9a53c175595e(...func_get_args());
if (!function_exists('composerRequire9442b424d317ba441a4197b0916079ce')) {
function composerRequire9442b424d317ba441a4197b0916079ce() {
return \RectorPrefix20210607\composerRequire9442b424d317ba441a4197b0916079ce(...func_get_args());
}
}
if (!function_exists('parseArgs')) {