Updated Rector to commit 3619d8bdaa

3619d8bdaa rename alternate build scoped Rector to main
This commit is contained in:
Tomas Votruba 2022-05-31 07:50:46 +00:00
parent c25adde09b
commit 8779477bf1
5 changed files with 19 additions and 19 deletions

View File

@ -16,11 +16,11 @@ final class VersionResolver
/**
* @var string
*/
public const PACKAGE_VERSION = '3778486d88990cc32030941d9fad4f7a9824a6c7';
public const PACKAGE_VERSION = '3619d8bdaa2f48b04c5af3743c40968d76a49a8a';
/**
* @var string
*/
public const RELEASE_DATE = '2022-05-31 09:44:58';
public const RELEASE_DATE = '2022-05-31 09:45:22';
/**
* @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 ComposerAutoloaderInitdbfb025ee8c7a7d2a7eb926ac9fb1380::getLoader();
return ComposerAutoloaderInit469925c36c5708076861853c3c415431::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInitdbfb025ee8c7a7d2a7eb926ac9fb1380
class ComposerAutoloaderInit469925c36c5708076861853c3c415431
{
private static $loader;
@ -22,19 +22,19 @@ class ComposerAutoloaderInitdbfb025ee8c7a7d2a7eb926ac9fb1380
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInitdbfb025ee8c7a7d2a7eb926ac9fb1380', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit469925c36c5708076861853c3c415431', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitdbfb025ee8c7a7d2a7eb926ac9fb1380', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit469925c36c5708076861853c3c415431', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitdbfb025ee8c7a7d2a7eb926ac9fb1380::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit469925c36c5708076861853c3c415431::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$includeFiles = \Composer\Autoload\ComposerStaticInitdbfb025ee8c7a7d2a7eb926ac9fb1380::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInit469925c36c5708076861853c3c415431::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequiredbfb025ee8c7a7d2a7eb926ac9fb1380($fileIdentifier, $file);
composerRequire469925c36c5708076861853c3c415431($fileIdentifier, $file);
}
return $loader;
@ -46,7 +46,7 @@ class ComposerAutoloaderInitdbfb025ee8c7a7d2a7eb926ac9fb1380
* @param string $file
* @return void
*/
function composerRequiredbfb025ee8c7a7d2a7eb926ac9fb1380($fileIdentifier, $file)
function composerRequire469925c36c5708076861853c3c415431($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 ComposerStaticInitdbfb025ee8c7a7d2a7eb926ac9fb1380
class ComposerStaticInit469925c36c5708076861853c3c415431
{
public static $files = array (
'23c18046f52bef3eea034657bafda50f' => __DIR__ . '/..' . '/symfony/polyfill-php81/bootstrap.php',
@ -3762,9 +3762,9 @@ class ComposerStaticInitdbfb025ee8c7a7d2a7eb926ac9fb1380
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitdbfb025ee8c7a7d2a7eb926ac9fb1380::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitdbfb025ee8c7a7d2a7eb926ac9fb1380::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitdbfb025ee8c7a7d2a7eb926ac9fb1380::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit469925c36c5708076861853c3c415431::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit469925c36c5708076861853c3c415431::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit469925c36c5708076861853c3c415431::$classMap;
}, 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)) {
spl_autoload_call('RectorPrefix20220531\AutoloadIncluder');
}
if (!class_exists('ComposerAutoloaderInitdbfb025ee8c7a7d2a7eb926ac9fb1380', false) && !interface_exists('ComposerAutoloaderInitdbfb025ee8c7a7d2a7eb926ac9fb1380', false) && !trait_exists('ComposerAutoloaderInitdbfb025ee8c7a7d2a7eb926ac9fb1380', false)) {
spl_autoload_call('RectorPrefix20220531\ComposerAutoloaderInitdbfb025ee8c7a7d2a7eb926ac9fb1380');
if (!class_exists('ComposerAutoloaderInit469925c36c5708076861853c3c415431', false) && !interface_exists('ComposerAutoloaderInit469925c36c5708076861853c3c415431', false) && !trait_exists('ComposerAutoloaderInit469925c36c5708076861853c3c415431', false)) {
spl_autoload_call('RectorPrefix20220531\ComposerAutoloaderInit469925c36c5708076861853c3c415431');
}
if (!class_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !interface_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !trait_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false)) {
spl_autoload_call('RectorPrefix20220531\Helmich\TypoScriptParser\Parser\AST\Statement');
@ -56,9 +56,9 @@ if (!function_exists('print_node')) {
return \RectorPrefix20220531\print_node(...func_get_args());
}
}
if (!function_exists('composerRequiredbfb025ee8c7a7d2a7eb926ac9fb1380')) {
function composerRequiredbfb025ee8c7a7d2a7eb926ac9fb1380() {
return \RectorPrefix20220531\composerRequiredbfb025ee8c7a7d2a7eb926ac9fb1380(...func_get_args());
if (!function_exists('composerRequire469925c36c5708076861853c3c415431')) {
function composerRequire469925c36c5708076861853c3c415431() {
return \RectorPrefix20220531\composerRequire469925c36c5708076861853c3c415431(...func_get_args());
}
}
if (!function_exists('scanPath')) {