Updated Rector to commit 0fa82f0755

0fa82f0755 bump docs
This commit is contained in:
Tomas Votruba 2022-02-18 10:45:47 +00:00
parent 47b4e8f32b
commit 4fc4ec3c13
6 changed files with 415 additions and 188 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,11 +16,11 @@ final class VersionResolver
/**
* @var string
*/
public const PACKAGE_VERSION = '9137bd2f8a916e65bb9159b86ef18d5d4f032f4b';
public const PACKAGE_VERSION = '0fa82f0755731bb526bec9b8d635fb0d7d520650';
/**
* @var string
*/
public const RELEASE_DATE = '2022-02-18 10:13:24';
public const RELEASE_DATE = '2022-02-18 10:37:24';
public static function resolvePackageVersion() : string
{
$process = new \RectorPrefix20220218\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 ComposerAutoloaderInit09698027caf761f0dccda5a22a2e3155::getLoader();
return ComposerAutoloaderInit86f5ec9a3f48f9749fe598c34b04b07b::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit09698027caf761f0dccda5a22a2e3155
class ComposerAutoloaderInit86f5ec9a3f48f9749fe598c34b04b07b
{
private static $loader;
@ -22,15 +22,15 @@ class ComposerAutoloaderInit09698027caf761f0dccda5a22a2e3155
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit09698027caf761f0dccda5a22a2e3155', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit86f5ec9a3f48f9749fe598c34b04b07b', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
spl_autoload_unregister(array('ComposerAutoloaderInit09698027caf761f0dccda5a22a2e3155', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit86f5ec9a3f48f9749fe598c34b04b07b', '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\ComposerStaticInit09698027caf761f0dccda5a22a2e3155::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit86f5ec9a3f48f9749fe598c34b04b07b::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
@ -42,12 +42,12 @@ class ComposerAutoloaderInit09698027caf761f0dccda5a22a2e3155
$loader->register(true);
if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInit09698027caf761f0dccda5a22a2e3155::$files;
$includeFiles = Composer\Autoload\ComposerStaticInit86f5ec9a3f48f9749fe598c34b04b07b::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire09698027caf761f0dccda5a22a2e3155($fileIdentifier, $file);
composerRequire86f5ec9a3f48f9749fe598c34b04b07b($fileIdentifier, $file);
}
return $loader;
@ -59,7 +59,7 @@ class ComposerAutoloaderInit09698027caf761f0dccda5a22a2e3155
* @param string $file
* @return void
*/
function composerRequire09698027caf761f0dccda5a22a2e3155($fileIdentifier, $file)
function composerRequire86f5ec9a3f48f9749fe598c34b04b07b($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 ComposerStaticInit09698027caf761f0dccda5a22a2e3155
class ComposerStaticInit86f5ec9a3f48f9749fe598c34b04b07b
{
public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
@ -3863,9 +3863,9 @@ class ComposerStaticInit09698027caf761f0dccda5a22a2e3155
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit09698027caf761f0dccda5a22a2e3155::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit09698027caf761f0dccda5a22a2e3155::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit09698027caf761f0dccda5a22a2e3155::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit86f5ec9a3f48f9749fe598c34b04b07b::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit86f5ec9a3f48f9749fe598c34b04b07b::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit86f5ec9a3f48f9749fe598c34b04b07b::$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('RectorPrefix20220218\AutoloadIncluder');
}
if (!class_exists('ComposerAutoloaderInit09698027caf761f0dccda5a22a2e3155', false) && !interface_exists('ComposerAutoloaderInit09698027caf761f0dccda5a22a2e3155', false) && !trait_exists('ComposerAutoloaderInit09698027caf761f0dccda5a22a2e3155', false)) {
spl_autoload_call('RectorPrefix20220218\ComposerAutoloaderInit09698027caf761f0dccda5a22a2e3155');
if (!class_exists('ComposerAutoloaderInit86f5ec9a3f48f9749fe598c34b04b07b', false) && !interface_exists('ComposerAutoloaderInit86f5ec9a3f48f9749fe598c34b04b07b', false) && !trait_exists('ComposerAutoloaderInit86f5ec9a3f48f9749fe598c34b04b07b', false)) {
spl_autoload_call('RectorPrefix20220218\ComposerAutoloaderInit86f5ec9a3f48f9749fe598c34b04b07b');
}
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('RectorPrefix20220218\Helmich\TypoScriptParser\Parser\AST\Statement');
@ -59,9 +59,9 @@ if (!function_exists('print_node')) {
return \RectorPrefix20220218\print_node(...func_get_args());
}
}
if (!function_exists('composerRequire09698027caf761f0dccda5a22a2e3155')) {
function composerRequire09698027caf761f0dccda5a22a2e3155() {
return \RectorPrefix20220218\composerRequire09698027caf761f0dccda5a22a2e3155(...func_get_args());
if (!function_exists('composerRequire86f5ec9a3f48f9749fe598c34b04b07b')) {
function composerRequire86f5ec9a3f48f9749fe598c34b04b07b() {
return \RectorPrefix20220218\composerRequire86f5ec9a3f48f9749fe598c34b04b07b(...func_get_args());
}
}
if (!function_exists('scanPath')) {