Updated Rector to commit 3c41b72a6b

3c41b72a6b cleanup phpstan.neon (#2273)
This commit is contained in:
Tomas Votruba 2022-05-09 11:32:47 +00:00
parent 377fd1911e
commit 0632acb74b
5 changed files with 19 additions and 19 deletions

View File

@ -16,11 +16,11 @@ final class VersionResolver
/**
* @var string
*/
public const PACKAGE_VERSION = 'a99574d6c57102de33751a50df726ed6cbabd6f9';
public const PACKAGE_VERSION = '3c41b72a6b042f91645448d44200101b4b7d0be3';
/**
* @var string
*/
public const RELEASE_DATE = '2022-05-09 11:10:34';
public const RELEASE_DATE = '2022-05-09 11:26:27';
/**
* @var string
*/

2
vendor/autoload.php vendored
View File

@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit8cabc109305f74f577b88070d2933f5e::getLoader();
return ComposerAutoloaderInit0d8a35fc0ed56763bd3c696fef7045ae::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit8cabc109305f74f577b88070d2933f5e
class ComposerAutoloaderInit0d8a35fc0ed56763bd3c696fef7045ae
{
private static $loader;
@ -22,19 +22,19 @@ class ComposerAutoloaderInit8cabc109305f74f577b88070d2933f5e
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit8cabc109305f74f577b88070d2933f5e', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit0d8a35fc0ed56763bd3c696fef7045ae', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit8cabc109305f74f577b88070d2933f5e', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit0d8a35fc0ed56763bd3c696fef7045ae', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit8cabc109305f74f577b88070d2933f5e::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit0d8a35fc0ed56763bd3c696fef7045ae::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$includeFiles = \Composer\Autoload\ComposerStaticInit8cabc109305f74f577b88070d2933f5e::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInit0d8a35fc0ed56763bd3c696fef7045ae::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire8cabc109305f74f577b88070d2933f5e($fileIdentifier, $file);
composerRequire0d8a35fc0ed56763bd3c696fef7045ae($fileIdentifier, $file);
}
return $loader;
@ -46,7 +46,7 @@ class ComposerAutoloaderInit8cabc109305f74f577b88070d2933f5e
* @param string $file
* @return void
*/
function composerRequire8cabc109305f74f577b88070d2933f5e($fileIdentifier, $file)
function composerRequire0d8a35fc0ed56763bd3c696fef7045ae($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 ComposerStaticInit8cabc109305f74f577b88070d2933f5e
class ComposerStaticInit0d8a35fc0ed56763bd3c696fef7045ae
{
public static $files = array (
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
@ -3885,9 +3885,9 @@ class ComposerStaticInit8cabc109305f74f577b88070d2933f5e
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit8cabc109305f74f577b88070d2933f5e::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit8cabc109305f74f577b88070d2933f5e::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit8cabc109305f74f577b88070d2933f5e::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit0d8a35fc0ed56763bd3c696fef7045ae::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit0d8a35fc0ed56763bd3c696fef7045ae::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit0d8a35fc0ed56763bd3c696fef7045ae::$classMap;
}, null, ClassLoader::class);
}

View File

@ -9,8 +9,8 @@ $loader = require_once __DIR__.'/autoload.php';
if (!class_exists('AutoloadIncluder', false) && !interface_exists('AutoloadIncluder', false) && !trait_exists('AutoloadIncluder', false)) {
spl_autoload_call('RectorPrefix20220509\AutoloadIncluder');
}
if (!class_exists('ComposerAutoloaderInit8cabc109305f74f577b88070d2933f5e', false) && !interface_exists('ComposerAutoloaderInit8cabc109305f74f577b88070d2933f5e', false) && !trait_exists('ComposerAutoloaderInit8cabc109305f74f577b88070d2933f5e', false)) {
spl_autoload_call('RectorPrefix20220509\ComposerAutoloaderInit8cabc109305f74f577b88070d2933f5e');
if (!class_exists('ComposerAutoloaderInit0d8a35fc0ed56763bd3c696fef7045ae', false) && !interface_exists('ComposerAutoloaderInit0d8a35fc0ed56763bd3c696fef7045ae', false) && !trait_exists('ComposerAutoloaderInit0d8a35fc0ed56763bd3c696fef7045ae', false)) {
spl_autoload_call('RectorPrefix20220509\ComposerAutoloaderInit0d8a35fc0ed56763bd3c696fef7045ae');
}
if (!class_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !interface_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false) && !trait_exists('Helmich\TypoScriptParser\Parser\AST\Statement', false)) {
spl_autoload_call('RectorPrefix20220509\Helmich\TypoScriptParser\Parser\AST\Statement');
@ -59,9 +59,9 @@ if (!function_exists('print_node')) {
return \RectorPrefix20220509\print_node(...func_get_args());
}
}
if (!function_exists('composerRequire8cabc109305f74f577b88070d2933f5e')) {
function composerRequire8cabc109305f74f577b88070d2933f5e() {
return \RectorPrefix20220509\composerRequire8cabc109305f74f577b88070d2933f5e(...func_get_args());
if (!function_exists('composerRequire0d8a35fc0ed56763bd3c696fef7045ae')) {
function composerRequire0d8a35fc0ed56763bd3c696fef7045ae() {
return \RectorPrefix20220509\composerRequire0d8a35fc0ed56763bd3c696fef7045ae(...func_get_args());
}
}
if (!function_exists('scanPath')) {