Updated Rector to commit 07736c1ab4d45d348d5054625499f10f97d671be

07736c1ab4 Fix the position of Tests in the test fixture namespace (#1030)
This commit is contained in:
Tomas Votruba 2021-10-20 12:26:06 +00:00
parent 212e80847c
commit fb7aecd456
5 changed files with 19 additions and 19 deletions

View File

@ -16,11 +16,11 @@ final class VersionResolver
/**
* @var string
*/
public const PACKAGE_VERSION = '19cb03327e02c270a0382f956f7faf81c523e689';
public const PACKAGE_VERSION = '07736c1ab4d45d348d5054625499f10f97d671be';
/**
* @var string
*/
public const RELEASE_DATE = '2021-10-20 11:01:04';
public const RELEASE_DATE = '2021-10-20 12:11:06';
public static function resolvePackageVersion() : string
{
$process = new \RectorPrefix20211020\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 ComposerAutoloaderInit257f1ba1da4397e75d52d4dbcd657916::getLoader();
return ComposerAutoloaderInitca0d9e082c6f81ecf9de663b43c4dc55::getLoader();

View File

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

View File

@ -4,7 +4,7 @@
namespace Composer\Autoload;
class ComposerStaticInit257f1ba1da4397e75d52d4dbcd657916
class ComposerStaticInitca0d9e082c6f81ecf9de663b43c4dc55
{
public static $files = array (
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
@ -3909,9 +3909,9 @@ class ComposerStaticInit257f1ba1da4397e75d52d4dbcd657916
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit257f1ba1da4397e75d52d4dbcd657916::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit257f1ba1da4397e75d52d4dbcd657916::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit257f1ba1da4397e75d52d4dbcd657916::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitca0d9e082c6f81ecf9de663b43c4dc55::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitca0d9e082c6f81ecf9de663b43c4dc55::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitca0d9e082c6f81ecf9de663b43c4dc55::$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('RectorPrefix20211020\AutoloadIncluder');
}
if (!class_exists('ComposerAutoloaderInit257f1ba1da4397e75d52d4dbcd657916', false) && !interface_exists('ComposerAutoloaderInit257f1ba1da4397e75d52d4dbcd657916', false) && !trait_exists('ComposerAutoloaderInit257f1ba1da4397e75d52d4dbcd657916', false)) {
spl_autoload_call('RectorPrefix20211020\ComposerAutoloaderInit257f1ba1da4397e75d52d4dbcd657916');
if (!class_exists('ComposerAutoloaderInitca0d9e082c6f81ecf9de663b43c4dc55', false) && !interface_exists('ComposerAutoloaderInitca0d9e082c6f81ecf9de663b43c4dc55', false) && !trait_exists('ComposerAutoloaderInitca0d9e082c6f81ecf9de663b43c4dc55', false)) {
spl_autoload_call('RectorPrefix20211020\ComposerAutoloaderInitca0d9e082c6f81ecf9de663b43c4dc55');
}
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('RectorPrefix20211020\Helmich\TypoScriptParser\Parser\AST\Statement');
@ -3306,9 +3306,9 @@ if (!function_exists('print_node')) {
return \RectorPrefix20211020\print_node(...func_get_args());
}
}
if (!function_exists('composerRequire257f1ba1da4397e75d52d4dbcd657916')) {
function composerRequire257f1ba1da4397e75d52d4dbcd657916() {
return \RectorPrefix20211020\composerRequire257f1ba1da4397e75d52d4dbcd657916(...func_get_args());
if (!function_exists('composerRequireca0d9e082c6f81ecf9de663b43c4dc55')) {
function composerRequireca0d9e082c6f81ecf9de663b43c4dc55() {
return \RectorPrefix20211020\composerRequireca0d9e082c6f81ecf9de663b43c4dc55(...func_get_args());
}
}
if (!function_exists('parseArgs')) {