Updated Rector to commit cd7fa4316cf26cf22cf6aafb8b203a492a77f588

cd7fa4316c [automated] Re-Generate preload.php (#3590)
This commit is contained in:
Tomas Votruba 2023-04-08 16:30:12 +00:00
parent 679f8a6710
commit aeef091222
5 changed files with 14 additions and 12 deletions

View File

@ -308,6 +308,8 @@ require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/Type/IdentifierTyp
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/Type/IntersectionTypeNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/Type/InvalidTypeNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/Type/NullableTypeNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/Type/ObjectShapeItemNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/Type/ObjectShapeNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/Type/OffsetAccessTypeNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/Type/ThisTypeNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/Type/UnionTypeNode.php';

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '0389ec89d79713b46f280cc6f028783c1d4e48b8';
public const PACKAGE_VERSION = 'cd7fa4316cf26cf22cf6aafb8b203a492a77f588';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-04-08 23:19:08';
public const RELEASE_DATE = '2023-04-08 23:26:16';
/**
* @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 ComposerAutoloaderInit52eceb03eedec6c93bf1a3f332a12162::getLoader();
return ComposerAutoloaderInitae948bfc77a9713b4924ef33c2139be0::getLoader();

View File

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