Updated Rector to commit d4b7b48e6d

d4b7b48e6d [scoped] Build with Scoper 0.17.2 (#2445)
This commit is contained in:
Tomas Votruba 2022-06-07 09:28:41 +00:00
parent bdec76e60e
commit a191c352b7
4 changed files with 14 additions and 14 deletions

View File

@ -16,11 +16,11 @@ final class VersionResolver
/**
* @var string
*/
public const PACKAGE_VERSION = '46997571077f5e8b8a83ea5146e58bdc3ccc690f';
public const PACKAGE_VERSION = 'd4b7b48e6d80c4b5d96a9eeb5727e651c7e645ef';
/**
* @var string
*/
public const RELEASE_DATE = '2022-06-07 09:12:10';
public const RELEASE_DATE = '2022-06-07 11:23:53';
/**
* @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';
return ComposerAutoloaderInitd958ce8f4cceef8fa0356f80478def07::getLoader();
return ComposerAutoloaderInitbe0d5256d4a2757c0fcbc2484391e534::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInitd958ce8f4cceef8fa0356f80478def07
class ComposerAutoloaderInitbe0d5256d4a2757c0fcbc2484391e534
{
private static $loader;
@ -22,19 +22,19 @@ class ComposerAutoloaderInitd958ce8f4cceef8fa0356f80478def07
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInitd958ce8f4cceef8fa0356f80478def07', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitbe0d5256d4a2757c0fcbc2484391e534', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitd958ce8f4cceef8fa0356f80478def07', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitbe0d5256d4a2757c0fcbc2484391e534', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitd958ce8f4cceef8fa0356f80478def07::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitbe0d5256d4a2757c0fcbc2484391e534::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$includeFiles = \Composer\Autoload\ComposerStaticInitd958ce8f4cceef8fa0356f80478def07::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInitbe0d5256d4a2757c0fcbc2484391e534::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequired958ce8f4cceef8fa0356f80478def07($fileIdentifier, $file);
composerRequirebe0d5256d4a2757c0fcbc2484391e534($fileIdentifier, $file);
}
return $loader;
@ -46,7 +46,7 @@ class ComposerAutoloaderInitd958ce8f4cceef8fa0356f80478def07
* @param string $file
* @return void
*/
function composerRequired958ce8f4cceef8fa0356f80478def07($fileIdentifier, $file)
function composerRequirebe0d5256d4a2757c0fcbc2484391e534($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 ComposerStaticInitd958ce8f4cceef8fa0356f80478def07
class ComposerStaticInitbe0d5256d4a2757c0fcbc2484391e534
{
public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
@ -3389,9 +3389,9 @@ class ComposerStaticInitd958ce8f4cceef8fa0356f80478def07
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitd958ce8f4cceef8fa0356f80478def07::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitd958ce8f4cceef8fa0356f80478def07::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitd958ce8f4cceef8fa0356f80478def07::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitbe0d5256d4a2757c0fcbc2484391e534::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitbe0d5256d4a2757c0fcbc2484391e534::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitbe0d5256d4a2757c0fcbc2484391e534::$classMap;
}, null, ClassLoader::class);
}