Updated Rector to commit a6fb82623b

a6fb82623b Bump to phpstan/phpdoc-parser 1.6.2 (#2473)
This commit is contained in:
Tomas Votruba 2022-06-10 10:17:45 +00:00
parent a262e411c8
commit 418223409c
5 changed files with 15 additions and 15 deletions

View File

@ -20,7 +20,7 @@
}
},
"conflict": {
"phpstan/phpdoc-parser": "<1.6",
"phpstan/phpdoc-parser": "<1.6.2",
"rector/rector-prefixed": "*",
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*",

View File

@ -16,11 +16,11 @@ final class VersionResolver
/**
* @var string
*/
public const PACKAGE_VERSION = 'db6623f60856a0adb9bd2efebbdee792c24f195f';
public const PACKAGE_VERSION = 'a6fb82623b836a681530ba3db383ec52c68d4d55';
/**
* @var string
*/
public const RELEASE_DATE = '2022-06-10 09:51:40';
public const RELEASE_DATE = '2022-06-10 12:11:36';
/**
* @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 ComposerAutoloaderInitb91057a9d2a06c426adf05715b841592::getLoader();
return ComposerAutoloaderInitf354a4a385286515533124cb7526750f::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInitb91057a9d2a06c426adf05715b841592
class ComposerAutoloaderInitf354a4a385286515533124cb7526750f
{
private static $loader;
@ -22,19 +22,19 @@ class ComposerAutoloaderInitb91057a9d2a06c426adf05715b841592
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInitb91057a9d2a06c426adf05715b841592', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInitf354a4a385286515533124cb7526750f', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInitb91057a9d2a06c426adf05715b841592', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInitf354a4a385286515533124cb7526750f', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInitb91057a9d2a06c426adf05715b841592::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInitf354a4a385286515533124cb7526750f::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$includeFiles = \Composer\Autoload\ComposerStaticInitb91057a9d2a06c426adf05715b841592::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInitf354a4a385286515533124cb7526750f::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequireb91057a9d2a06c426adf05715b841592($fileIdentifier, $file);
composerRequiref354a4a385286515533124cb7526750f($fileIdentifier, $file);
}
return $loader;
@ -46,7 +46,7 @@ class ComposerAutoloaderInitb91057a9d2a06c426adf05715b841592
* @param string $file
* @return void
*/
function composerRequireb91057a9d2a06c426adf05715b841592($fileIdentifier, $file)
function composerRequiref354a4a385286515533124cb7526750f($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 ComposerStaticInitb91057a9d2a06c426adf05715b841592
class ComposerStaticInitf354a4a385286515533124cb7526750f
{
public static $files = array (
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
@ -3389,9 +3389,9 @@ class ComposerStaticInitb91057a9d2a06c426adf05715b841592
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInitb91057a9d2a06c426adf05715b841592::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitb91057a9d2a06c426adf05715b841592::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitb91057a9d2a06c426adf05715b841592::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInitf354a4a385286515533124cb7526750f::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInitf354a4a385286515533124cb7526750f::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInitf354a4a385286515533124cb7526750f::$classMap;
}, null, ClassLoader::class);
}