Updated Rector to commit 7030f1fb0e98329b48fc436189acd4509393b6e5

7030f1fb0e [automated] Re-Generate preload.php (#4060)
This commit is contained in:
Tomas Votruba 2023-06-04 00:35:29 +00:00
parent 4371c2a6d0
commit a3dea02fcb
5 changed files with 17 additions and 12 deletions

View File

@ -278,6 +278,11 @@ require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/AssertTagMe
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/AssertTagPropertyValueNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/AssertTagValueNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/DeprecatedTagValueNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineAnnotation.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineArgument.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineArray.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineArrayItem.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineTagValueNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ExtendsTagValueNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/GenericTagValueNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ImplementsTagValueNode.php';

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'c5b17183be766c3abf9535f602c27d8f43a3e151';
public const PACKAGE_VERSION = '7030f1fb0e98329b48fc436189acd4509393b6e5';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-06-04 00:08:22';
public const RELEASE_DATE = '2023-06-04 00:31:17';
/**
* @var int
*/

2
vendor/autoload.php vendored
View File

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

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit8267a89db8b9e45edf9caca16741bf76
class ComposerAutoloaderInit36ab21a3ad7e77bce55a637665ee99d3
{
private static $loader;
@ -22,17 +22,17 @@ class ComposerAutoloaderInit8267a89db8b9e45edf9caca16741bf76
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit8267a89db8b9e45edf9caca16741bf76', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit36ab21a3ad7e77bce55a637665ee99d3', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit8267a89db8b9e45edf9caca16741bf76', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit36ab21a3ad7e77bce55a637665ee99d3', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit8267a89db8b9e45edf9caca16741bf76::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit36ab21a3ad7e77bce55a637665ee99d3::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$filesToLoad = \Composer\Autoload\ComposerStaticInit8267a89db8b9e45edf9caca16741bf76::$files;
$filesToLoad = \Composer\Autoload\ComposerStaticInit36ab21a3ad7e77bce55a637665ee99d3::$files;
$requireFile = \Closure::bind(static function ($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 ComposerStaticInit8267a89db8b9e45edf9caca16741bf76
class ComposerStaticInit36ab21a3ad7e77bce55a637665ee99d3
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
@ -3061,9 +3061,9 @@ class ComposerStaticInit8267a89db8b9e45edf9caca16741bf76
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit8267a89db8b9e45edf9caca16741bf76::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit8267a89db8b9e45edf9caca16741bf76::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit8267a89db8b9e45edf9caca16741bf76::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit36ab21a3ad7e77bce55a637665ee99d3::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit36ab21a3ad7e77bce55a637665ee99d3::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit36ab21a3ad7e77bce55a637665ee99d3::$classMap;
}, null, ClassLoader::class);
}