Updated Rector to commit 8392cf7c378864626a186c79be34b0fb488671ce

8392cf7c37 [automated] Re-Generate preload.php (#2982)
This commit is contained in:
Tomas Votruba 2022-10-09 00:43:31 +00:00
parent 32c7260742
commit a70b7800cb
5 changed files with 15 additions and 14 deletions

View File

@ -285,6 +285,7 @@ require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocTagNo
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PhpDocTextNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/PropertyTagValueNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ReturnTagValueNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/SelfOutTagValueNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/TemplateTagValueNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/ThrowsTagValueNode.php';
require_once __DIR__ . '/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/TypeAliasImportTagValueNode.php';

View File

@ -17,12 +17,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '1d88337fd2a40fec23671eb7e8662d4ad95a3187';
public const PACKAGE_VERSION = '8392cf7c378864626a186c79be34b0fb488671ce';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2022-10-08 01:50:07';
public const RELEASE_DATE = '2022-10-09 00:37:35';
/**
* @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 ComposerAutoloaderInit28957ac8547a00148356c7b4a02f40aa::getLoader();
return ComposerAutoloaderInit265ce9f6cf0cae9825624b4d328f0f2a::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit28957ac8547a00148356c7b4a02f40aa
class ComposerAutoloaderInit265ce9f6cf0cae9825624b4d328f0f2a
{
private static $loader;
@ -22,19 +22,19 @@ class ComposerAutoloaderInit28957ac8547a00148356c7b4a02f40aa
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit28957ac8547a00148356c7b4a02f40aa', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit265ce9f6cf0cae9825624b4d328f0f2a', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit28957ac8547a00148356c7b4a02f40aa', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit265ce9f6cf0cae9825624b4d328f0f2a', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit28957ac8547a00148356c7b4a02f40aa::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit265ce9f6cf0cae9825624b4d328f0f2a::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$includeFiles = \Composer\Autoload\ComposerStaticInit28957ac8547a00148356c7b4a02f40aa::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInit265ce9f6cf0cae9825624b4d328f0f2a::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire28957ac8547a00148356c7b4a02f40aa($fileIdentifier, $file);
composerRequire265ce9f6cf0cae9825624b4d328f0f2a($fileIdentifier, $file);
}
return $loader;
@ -46,7 +46,7 @@ class ComposerAutoloaderInit28957ac8547a00148356c7b4a02f40aa
* @param string $file
* @return void
*/
function composerRequire28957ac8547a00148356c7b4a02f40aa($fileIdentifier, $file)
function composerRequire265ce9f6cf0cae9825624b4d328f0f2a($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 ComposerStaticInit28957ac8547a00148356c7b4a02f40aa
class ComposerStaticInit265ce9f6cf0cae9825624b4d328f0f2a
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
@ -3088,9 +3088,9 @@ class ComposerStaticInit28957ac8547a00148356c7b4a02f40aa
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit28957ac8547a00148356c7b4a02f40aa::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit28957ac8547a00148356c7b4a02f40aa::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit28957ac8547a00148356c7b4a02f40aa::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit265ce9f6cf0cae9825624b4d328f0f2a::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit265ce9f6cf0cae9825624b4d328f0f2a::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit265ce9f6cf0cae9825624b4d328f0f2a::$classMap;
}, null, ClassLoader::class);
}