Updated Rector to commit 39c7ae65e9

39c7ae65e9 return
This commit is contained in:
Tomas Votruba 2022-06-07 07:41:04 +00:00
parent 91f5aab952
commit 869b6f99f5
5 changed files with 19 additions and 19 deletions

View File

@ -16,11 +16,11 @@ final class VersionResolver
/** /**
* @var string * @var string
*/ */
public const PACKAGE_VERSION = '4f07a4f30f341a516aa8f6bbbb5f97f44469cee2'; public const PACKAGE_VERSION = '39c7ae65e9489b88a886f035a22db8f427db0e16';
/** /**
* @var string * @var string
*/ */
public const RELEASE_DATE = '2022-06-07 08:34:00'; public const RELEASE_DATE = '2022-06-07 09:34:38';
/** /**
* @var int * @var int
*/ */

2
vendor/autoload.php vendored
View File

@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
require_once __DIR__ . '/composer/autoload_real.php'; require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit60c914b42de21b731e6d02ab33cb1578::getLoader(); return ComposerAutoloaderInitff8fc41592b030e55c0e49764944895e::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer // autoload_real.php @generated by Composer
class ComposerAutoloaderInit60c914b42de21b731e6d02ab33cb1578 class ComposerAutoloaderInitff8fc41592b030e55c0e49764944895e
{ {
private static $loader; private static $loader;
@ -22,19 +22,19 @@ class ComposerAutoloaderInit60c914b42de21b731e6d02ab33cb1578
return self::$loader; return self::$loader;
} }
spl_autoload_register(array('ComposerAutoloaderInit60c914b42de21b731e6d02ab33cb1578', 'loadClassLoader'), true, true); spl_autoload_register(array('ComposerAutoloaderInitff8fc41592b030e55c0e49764944895e', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit60c914b42de21b731e6d02ab33cb1578', 'loadClassLoader')); spl_autoload_unregister(array('ComposerAutoloaderInitff8fc41592b030e55c0e49764944895e', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php'; require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit60c914b42de21b731e6d02ab33cb1578::getInitializer($loader)); call_user_func(\Composer\Autoload\ComposerStaticInitff8fc41592b030e55c0e49764944895e::getInitializer($loader));
$loader->setClassMapAuthoritative(true); $loader->setClassMapAuthoritative(true);
$loader->register(true); $loader->register(true);
$includeFiles = \Composer\Autoload\ComposerStaticInit60c914b42de21b731e6d02ab33cb1578::$files; $includeFiles = \Composer\Autoload\ComposerStaticInitff8fc41592b030e55c0e49764944895e::$files;
foreach ($includeFiles as $fileIdentifier => $file) { foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire60c914b42de21b731e6d02ab33cb1578($fileIdentifier, $file); composerRequireff8fc41592b030e55c0e49764944895e($fileIdentifier, $file);
} }
return $loader; return $loader;
@ -46,7 +46,7 @@ class ComposerAutoloaderInit60c914b42de21b731e6d02ab33cb1578
* @param string $file * @param string $file
* @return void * @return void
*/ */
function composerRequire60c914b42de21b731e6d02ab33cb1578($fileIdentifier, $file) function composerRequireff8fc41592b030e55c0e49764944895e($fileIdentifier, $file)
{ {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

View File

@ -4,7 +4,7 @@
namespace Composer\Autoload; namespace Composer\Autoload;
class ComposerStaticInit60c914b42de21b731e6d02ab33cb1578 class ComposerStaticInitff8fc41592b030e55c0e49764944895e
{ {
public static $files = array ( public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
@ -3390,9 +3390,9 @@ class ComposerStaticInit60c914b42de21b731e6d02ab33cb1578
public static function getInitializer(ClassLoader $loader) public static function getInitializer(ClassLoader $loader)
{ {
return \Closure::bind(function () use ($loader) { return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit60c914b42de21b731e6d02ab33cb1578::$prefixLengthsPsr4; $loader->prefixLengthsPsr4 = ComposerStaticInitff8fc41592b030e55c0e49764944895e::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit60c914b42de21b731e6d02ab33cb1578::$prefixDirsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInitff8fc41592b030e55c0e49764944895e::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit60c914b42de21b731e6d02ab33cb1578::$classMap; $loader->classMap = ComposerStaticInitff8fc41592b030e55c0e49764944895e::$classMap;
}, null, ClassLoader::class); }, 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)) { if (!class_exists('AutoloadIncluder', false) && !interface_exists('AutoloadIncluder', false) && !trait_exists('AutoloadIncluder', false)) {
spl_autoload_call('RectorPrefix20220607\AutoloadIncluder'); spl_autoload_call('RectorPrefix20220607\AutoloadIncluder');
} }
if (!class_exists('ComposerAutoloaderInit60c914b42de21b731e6d02ab33cb1578', false) && !interface_exists('ComposerAutoloaderInit60c914b42de21b731e6d02ab33cb1578', false) && !trait_exists('ComposerAutoloaderInit60c914b42de21b731e6d02ab33cb1578', false)) { if (!class_exists('ComposerAutoloaderInitff8fc41592b030e55c0e49764944895e', false) && !interface_exists('ComposerAutoloaderInitff8fc41592b030e55c0e49764944895e', false) && !trait_exists('ComposerAutoloaderInitff8fc41592b030e55c0e49764944895e', false)) {
spl_autoload_call('RectorPrefix20220607\ComposerAutoloaderInit60c914b42de21b731e6d02ab33cb1578'); spl_autoload_call('RectorPrefix20220607\ComposerAutoloaderInitff8fc41592b030e55c0e49764944895e');
} }
if (!class_exists('MissingReturnTypeParser', false) && !interface_exists('MissingReturnTypeParser', false) && !trait_exists('MissingReturnTypeParser', false)) { if (!class_exists('MissingReturnTypeParser', false) && !interface_exists('MissingReturnTypeParser', false) && !trait_exists('MissingReturnTypeParser', false)) {
spl_autoload_call('RectorPrefix20220607\MissingReturnTypeParser'); spl_autoload_call('RectorPrefix20220607\MissingReturnTypeParser');
@ -50,9 +50,9 @@ if (!function_exists('print_node')) {
return \RectorPrefix20220607\print_node(...func_get_args()); return \RectorPrefix20220607\print_node(...func_get_args());
} }
} }
if (!function_exists('composerRequire60c914b42de21b731e6d02ab33cb1578')) { if (!function_exists('composerRequireff8fc41592b030e55c0e49764944895e')) {
function composerRequire60c914b42de21b731e6d02ab33cb1578() { function composerRequireff8fc41592b030e55c0e49764944895e() {
return \RectorPrefix20220607\composerRequire60c914b42de21b731e6d02ab33cb1578(...func_get_args()); return \RectorPrefix20220607\composerRequireff8fc41592b030e55c0e49764944895e(...func_get_args());
} }
} }
if (!function_exists('scanPath')) { if (!function_exists('scanPath')) {