Updated Rector to commit f1dba8825b20b54999abb8579e5f4f4843c7c70e

f1dba8825b Remove Php71 comment reference on config-downgrade (#2216)
This commit is contained in:
Tomas Votruba 2022-05-02 22:39:25 +00:00
parent 75c03b0c52
commit a7f83696f3
9 changed files with 40 additions and 40 deletions

View File

@ -16,11 +16,11 @@ final class VersionResolver
/** /**
* @var string * @var string
*/ */
public const PACKAGE_VERSION = '4c3bf6f92aceb7903593501619cc12f28df7e897'; public const PACKAGE_VERSION = 'f1dba8825b20b54999abb8579e5f4f4843c7c70e';
/** /**
* @var string * @var string
*/ */
public const RELEASE_DATE = '2022-05-02 21:12:38'; public const RELEASE_DATE = '2022-05-02 22:30:45';
/** /**
* @var string * @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'; require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit39665e1083157e3d32ec4f0d95d45d61::getLoader(); return ComposerAutoloaderInit64415041cbbee1cdc8c29d417259f394::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer // autoload_real.php @generated by Composer
class ComposerAutoloaderInit39665e1083157e3d32ec4f0d95d45d61 class ComposerAutoloaderInit64415041cbbee1cdc8c29d417259f394
{ {
private static $loader; private static $loader;
@ -22,19 +22,19 @@ class ComposerAutoloaderInit39665e1083157e3d32ec4f0d95d45d61
return self::$loader; return self::$loader;
} }
spl_autoload_register(array('ComposerAutoloaderInit39665e1083157e3d32ec4f0d95d45d61', 'loadClassLoader'), true, true); spl_autoload_register(array('ComposerAutoloaderInit64415041cbbee1cdc8c29d417259f394', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit39665e1083157e3d32ec4f0d95d45d61', 'loadClassLoader')); spl_autoload_unregister(array('ComposerAutoloaderInit64415041cbbee1cdc8c29d417259f394', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php'; require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit39665e1083157e3d32ec4f0d95d45d61::getInitializer($loader)); call_user_func(\Composer\Autoload\ComposerStaticInit64415041cbbee1cdc8c29d417259f394::getInitializer($loader));
$loader->setClassMapAuthoritative(true); $loader->setClassMapAuthoritative(true);
$loader->register(true); $loader->register(true);
$includeFiles = \Composer\Autoload\ComposerStaticInit39665e1083157e3d32ec4f0d95d45d61::$files; $includeFiles = \Composer\Autoload\ComposerStaticInit64415041cbbee1cdc8c29d417259f394::$files;
foreach ($includeFiles as $fileIdentifier => $file) { foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire39665e1083157e3d32ec4f0d95d45d61($fileIdentifier, $file); composerRequire64415041cbbee1cdc8c29d417259f394($fileIdentifier, $file);
} }
return $loader; return $loader;
@ -46,7 +46,7 @@ class ComposerAutoloaderInit39665e1083157e3d32ec4f0d95d45d61
* @param string $file * @param string $file
* @return void * @return void
*/ */
function composerRequire39665e1083157e3d32ec4f0d95d45d61($fileIdentifier, $file) function composerRequire64415041cbbee1cdc8c29d417259f394($fileIdentifier, $file)
{ {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;

View File

@ -4,7 +4,7 @@
namespace Composer\Autoload; namespace Composer\Autoload;
class ComposerStaticInit39665e1083157e3d32ec4f0d95d45d61 class ComposerStaticInit64415041cbbee1cdc8c29d417259f394
{ {
public static $files = array ( public static $files = array (
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
@ -3880,9 +3880,9 @@ class ComposerStaticInit39665e1083157e3d32ec4f0d95d45d61
public static function getInitializer(ClassLoader $loader) public static function getInitializer(ClassLoader $loader)
{ {
return \Closure::bind(function () use ($loader) { return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit39665e1083157e3d32ec4f0d95d45d61::$prefixLengthsPsr4; $loader->prefixLengthsPsr4 = ComposerStaticInit64415041cbbee1cdc8c29d417259f394::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit39665e1083157e3d32ec4f0d95d45d61::$prefixDirsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInit64415041cbbee1cdc8c29d417259f394::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit39665e1083157e3d32ec4f0d95d45d61::$classMap; $loader->classMap = ComposerStaticInit64415041cbbee1cdc8c29d417259f394::$classMap;
}, null, ClassLoader::class); }, null, ClassLoader::class);
} }

View File

@ -1083,17 +1083,17 @@
}, },
{ {
"name": "phpstan\/phpstan", "name": "phpstan\/phpstan",
"version": "1.6.3", "version": "1.6.4",
"version_normalized": "1.6.3.0", "version_normalized": "1.6.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https:\/\/github.com\/phpstan\/phpstan.git", "url": "https:\/\/github.com\/phpstan\/phpstan.git",
"reference": "6128620b98292e0b69ea6d799871d77163681c8e" "reference": "e4cd0c2dd97809fcfdcd1f367ccf0be86c235168"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https:\/\/api.github.com\/repos\/phpstan\/phpstan\/zipball\/6128620b98292e0b69ea6d799871d77163681c8e", "url": "https:\/\/api.github.com\/repos\/phpstan\/phpstan\/zipball\/e4cd0c2dd97809fcfdcd1f367ccf0be86c235168",
"reference": "6128620b98292e0b69ea6d799871d77163681c8e", "reference": "e4cd0c2dd97809fcfdcd1f367ccf0be86c235168",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1102,7 +1102,7 @@
"conflict": { "conflict": {
"phpstan\/phpstan-shim": "*" "phpstan\/phpstan-shim": "*"
}, },
"time": "2022-04-28T11:27:53+00:00", "time": "2022-05-02T16:02:21+00:00",
"bin": [ "bin": [
"phpstan", "phpstan",
"phpstan.phar" "phpstan.phar"
@ -1121,7 +1121,7 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https:\/\/github.com\/phpstan\/phpstan\/issues", "issues": "https:\/\/github.com\/phpstan\/phpstan\/issues",
"source": "https:\/\/github.com\/phpstan\/phpstan\/tree\/1.6.3" "source": "https:\/\/github.com\/phpstan\/phpstan\/tree\/1.6.4"
}, },
"funding": [ "funding": [
{ {

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -1,16 +1,16 @@
-----BEGIN PGP SIGNATURE----- -----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE0yaA1ZV9xxFr4pwUzxoQjQ565yAFAmJqejAACgkQzxoQjQ56 iQIzBAABCgAdFiEE0yaA1ZV9xxFr4pwUzxoQjQ565yAFAmJwAIIACgkQzxoQjQ56
5yDaIg//Vc2uebIKCAjnTJbHcGeYHFZ3MNeuP87Y5lbGznMBQBjEW5ft2vEN5SJB 5yBSBRAAh8+hVX9+wK5pGENlySj9IxFLHNxrfyfZh0NmaC/HDBju69LEBKhcWT2k
wUyTA2830ejwTqqzGMseEub9T4BT7qNBwaxNUjuUe8+Y2zhZnsUOrC5Ep+eLP/s3 KGddEvDXFuttyDBCkldscPv0UipeiELgQk3wyc9QFXvvkn5nOMuXa34h4ahoaKzz
YPhEmcColwUrMtxlFo4WB3+06Yoee8AYyyy+2l7REeA3qQbVMCKaFKFE9uR30+4V OCrxNVY3mTmXcxb2Wd7exLrtiDjk+2v46SKaSZoJB/gK0wYNtxD937SvHvXh08L7
jdYxmO4FJYugzl7kR5+OxWP+sJw1861VvLK97YlSkCWCCH8L8eL+3T4SgwPGOQp3 htW4qmJW62zdxlN/wP2mFh4djlh+RztqgFhMxc8YDUR3XHJCU5gasb3d379DIQtZ
1qRC/Aw576uSC2EuuCSyKRdUmtnaE7Ltx9BPXJfMXmHRWtbMZlrIjQlWqZgtXT31 O52cWgpwv0uxMvpEQtuPKbCuGh19EoB84X5wXbev21ntiPUBP+H3QFknyMv2nIGb
iuCfNKEsQrFmk1NTjqY0EEkUgsJ/wsfe47UGfLT6EMJ+tl08w5Sn0DE9NpJNHojV hIyZLRQGS93qbsHJNd77BHu+o8WqBrsCG6y5DVY+hZPXlk3vRHIbTmkOGb8TxSbX
PFEaIuKu6IgEs5DikhYUz47bT1sJrh4wXro2g+Cb4FxxaSwJB0IduhqCv1Rxn9V+ g1BaPBObbcjmdf2JYaYK/EvWk0x9U/+HjIo7I7e7uiWFWFHJE7kn36c+kTXAIesk
8WkNaNyopx44/BlH0q0RCMFA7I2NaRKuUu+x65Kxgtm4we5b/mxaAgbMx9tCWJKt rabMKEE+8eOX7SlcXm53LU+JenH6GYvq1Du+/bOlUQqv0Le6QcHloWte9aV5T9nT
hpRBbwh2XsT/EU/45ToPr2TP8cef6EaGV96K1FMwlapKB/MFkVUGDmAZZyXCJGMC jo5PvOsC1RyPpeIUlC+bHeSYp+UGfUwy3dYCKJzVlkiSvF84mpVGzUIIh5Pez1SS
pz506w6SfjwkZTjpsY21OIsaxdBl79QlB5MfNOvgYqWHkikSs4wxlwXc8LNtQ+AG QnwZv6LS73S+BhDM3HYeZU0HqFrQAnfhkFj0y66aDIBSWLbxk4RPK3dooDYK2uzB
Zaa93Zu7kPKl5ZUjNYuLeeo1W6iiPQcWhIKhF/hBY51+gYGuDT0= eJIoy0Bu0l8YSe4jCBBciWJ6XoYsHNdAp2GOZVMH4pOt4XM0lbI=
=MHej =fcFW
-----END PGP SIGNATURE----- -----END PGP SIGNATURE-----

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)) { if (!class_exists('AutoloadIncluder', false) && !interface_exists('AutoloadIncluder', false) && !trait_exists('AutoloadIncluder', false)) {
spl_autoload_call('RectorPrefix20220502\AutoloadIncluder'); spl_autoload_call('RectorPrefix20220502\AutoloadIncluder');
} }
if (!class_exists('ComposerAutoloaderInit39665e1083157e3d32ec4f0d95d45d61', false) && !interface_exists('ComposerAutoloaderInit39665e1083157e3d32ec4f0d95d45d61', false) && !trait_exists('ComposerAutoloaderInit39665e1083157e3d32ec4f0d95d45d61', false)) { if (!class_exists('ComposerAutoloaderInit64415041cbbee1cdc8c29d417259f394', false) && !interface_exists('ComposerAutoloaderInit64415041cbbee1cdc8c29d417259f394', false) && !trait_exists('ComposerAutoloaderInit64415041cbbee1cdc8c29d417259f394', false)) {
spl_autoload_call('RectorPrefix20220502\ComposerAutoloaderInit39665e1083157e3d32ec4f0d95d45d61'); spl_autoload_call('RectorPrefix20220502\ComposerAutoloaderInit64415041cbbee1cdc8c29d417259f394');
} }
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)) { 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('RectorPrefix20220502\Helmich\TypoScriptParser\Parser\AST\Statement'); spl_autoload_call('RectorPrefix20220502\Helmich\TypoScriptParser\Parser\AST\Statement');
@ -59,9 +59,9 @@ if (!function_exists('print_node')) {
return \RectorPrefix20220502\print_node(...func_get_args()); return \RectorPrefix20220502\print_node(...func_get_args());
} }
} }
if (!function_exists('composerRequire39665e1083157e3d32ec4f0d95d45d61')) { if (!function_exists('composerRequire64415041cbbee1cdc8c29d417259f394')) {
function composerRequire39665e1083157e3d32ec4f0d95d45d61() { function composerRequire64415041cbbee1cdc8c29d417259f394() {
return \RectorPrefix20220502\composerRequire39665e1083157e3d32ec4f0d95d45d61(...func_get_args()); return \RectorPrefix20220502\composerRequire64415041cbbee1cdc8c29d417259f394(...func_get_args());
} }
} }
if (!function_exists('scanPath')) { if (!function_exists('scanPath')) {