Updated Rector to commit f40ec62cb8ac7001658e25d4928dc028fa4d9e55

f40ec62cb8 BinaryOpNullableToInstanceofRector: test phpdoc ignorance (#5033)
This commit is contained in:
Tomas Votruba 2023-09-17 06:57:56 +00:00
parent 77cbaa7c42
commit 98b7592a30
4 changed files with 12 additions and 12 deletions

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '8f8074f6d30e657621bf6ead352d062d228274ed';
public const PACKAGE_VERSION = 'f40ec62cb8ac7001658e25d4928dc028fa4d9e55';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-09-17 13:40:23';
public const RELEASE_DATE = '2023-09-17 13:54:38';
/**
* @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 ComposerAutoloaderInit2294659d922c969e194b90f0f1af313d::getLoader();
return ComposerAutoloaderInitf97ebd747a3909f85842e8472087bdb3::getLoader();

View File

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