Updated Rector to commit e8d16b9439a0468e72e5f913f44625423eff569e

e8d16b9439 Bump to use PHPStan 2.1.6 that uses phpdoc-parser 2.0.2+ (#6745)
This commit is contained in:
Tomas Votruba 2025-02-19 16:02:45 +00:00
parent d3d583f3ac
commit 716ca0179d
7 changed files with 15 additions and 15 deletions

View File

@ -8,7 +8,7 @@
],
"require": {
"php": "^7.4|^8.0",
"phpstan/phpstan": "^2.1.3"
"phpstan/phpstan": "^2.1.6"
},
"autoload": {
"files": [

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'e0e88ed2dd5573bde7197d40c770f8b8504646cc';
public const PACKAGE_VERSION = 'e8d16b9439a0468e72e5f913f44625423eff569e';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2025-02-19 22:27:43';
public const RELEASE_DATE = '2025-02-19 16:00:01';
/**
* @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 ComposerAutoloaderInit30bd5d3b9b1d532a1d3e11eb20f91e28::getLoader();
return ComposerAutoloaderInit57511360b381a600aff109823304b5c7::getLoader();

View File

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

File diff suppressed because one or more lines are too long

View File

@ -30,7 +30,7 @@ if (!function_exists('humbug_phpscoper_expose_class')) {
}
}
humbug_phpscoper_expose_class('AutoloadIncluder', 'RectorPrefix202502\AutoloadIncluder');
humbug_phpscoper_expose_class('ComposerAutoloaderInit30bd5d3b9b1d532a1d3e11eb20f91e28', 'RectorPrefix202502\ComposerAutoloaderInit30bd5d3b9b1d532a1d3e11eb20f91e28');
humbug_phpscoper_expose_class('ComposerAutoloaderInit57511360b381a600aff109823304b5c7', 'RectorPrefix202502\ComposerAutoloaderInit57511360b381a600aff109823304b5c7');
humbug_phpscoper_expose_class('Product', 'RectorPrefix202502\Product');
humbug_phpscoper_expose_class('SomeTest', 'RectorPrefix202502\SomeTest');