From 5003a01d69c85bd89d6217c49229fcc041b6ec47 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Fri, 23 Dec 2022 18:05:16 +0000 Subject: [PATCH] Updated Rector to commit e920ade7b67a17dbf7e6129585a3261f1fd1540e https://github.com/rectorphp/rector-src/commit/e920ade7b67a17dbf7e6129585a3261f1fd1540e Fix typo (#3247) --- .../Rector/FunctionLike/ParamTypeDeclarationRector.php | 4 ++-- src/Application/VersionResolver.php | 4 ++-- vendor/autoload.php | 2 +- vendor/composer/autoload_real.php | 10 +++++----- vendor/composer/autoload_static.php | 8 ++++---- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/rules/TypeDeclaration/Rector/FunctionLike/ParamTypeDeclarationRector.php b/rules/TypeDeclaration/Rector/FunctionLike/ParamTypeDeclarationRector.php index 70e7dbacf67e..c77675a389a3 100644 --- a/rules/TypeDeclaration/Rector/FunctionLike/ParamTypeDeclarationRector.php +++ b/rules/TypeDeclaration/Rector/FunctionLike/ParamTypeDeclarationRector.php @@ -13,7 +13,7 @@ use Symplify\RuleDocGenerator\ValueObject\RuleDefinition; /** * @deprecated Moving doc types to type declarations is dangerous. Use specific strict type inferers instead. - * Use specific rules to infer params instead. This rule will be split info many small ones. + * Use specific rules to infer params instead. This rule will be split into many small ones. */ final class ParamTypeDeclarationRector extends AbstractRector implements DeprecatedRectorInterface { @@ -62,7 +62,7 @@ public function run(int $number) */ public function refactor(Node $node) : ?Node { - $this->symfonyStyle->error('Use specific rules to infer params instead. This rule was split info many small ones.'); + $this->symfonyStyle->error('Use specific rules to infer params instead. This rule was split into many small ones.'); \sleep(5); return null; } diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index fa04689cd0b5..cea9f2cc24b6 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -19,12 +19,12 @@ final class VersionResolver * @api * @var string */ - public const PACKAGE_VERSION = 'ab3ad293122bafa96d9e8fc64ac15f0220aa9ecc'; + public const PACKAGE_VERSION = 'e920ade7b67a17dbf7e6129585a3261f1fd1540e'; /** * @api * @var string */ - public const RELEASE_DATE = '2022-12-23 18:19:17'; + public const RELEASE_DATE = '2022-12-24 01:01:02'; /** * @var int */ diff --git a/vendor/autoload.php b/vendor/autoload.php index 22c4aa5ec222..a0e16bf826a1 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -22,4 +22,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit2a54a810c19f0a899d39cbcb40410e6a::getLoader(); +return ComposerAutoloaderInitded2f83f5e19fc6bbb5a7180b1f8f0e2::getLoader(); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 6ede7e7de542..72834e419c09 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit2a54a810c19f0a899d39cbcb40410e6a +class ComposerAutoloaderInitded2f83f5e19fc6bbb5a7180b1f8f0e2 { private static $loader; @@ -22,17 +22,17 @@ public static function getLoader() return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit2a54a810c19f0a899d39cbcb40410e6a', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitded2f83f5e19fc6bbb5a7180b1f8f0e2', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); - spl_autoload_unregister(array('ComposerAutoloaderInit2a54a810c19f0a899d39cbcb40410e6a', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitded2f83f5e19fc6bbb5a7180b1f8f0e2', 'loadClassLoader')); require __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit2a54a810c19f0a899d39cbcb40410e6a::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitded2f83f5e19fc6bbb5a7180b1f8f0e2::getInitializer($loader)); $loader->setClassMapAuthoritative(true); $loader->register(true); - $filesToLoad = \Composer\Autoload\ComposerStaticInit2a54a810c19f0a899d39cbcb40410e6a::$files; + $filesToLoad = \Composer\Autoload\ComposerStaticInitded2f83f5e19fc6bbb5a7180b1f8f0e2::$files; $requireFile = static function ($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 5fe46a0c9928..332fc67583bc 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit2a54a810c19f0a899d39cbcb40410e6a +class ComposerStaticInitded2f83f5e19fc6bbb5a7180b1f8f0e2 { public static $files = array ( 'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php', @@ -3061,9 +3061,9 @@ class ComposerStaticInit2a54a810c19f0a899d39cbcb40410e6a public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit2a54a810c19f0a899d39cbcb40410e6a::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit2a54a810c19f0a899d39cbcb40410e6a::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit2a54a810c19f0a899d39cbcb40410e6a::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInitded2f83f5e19fc6bbb5a7180b1f8f0e2::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitded2f83f5e19fc6bbb5a7180b1f8f0e2::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitded2f83f5e19fc6bbb5a7180b1f8f0e2::$classMap; }, null, ClassLoader::class); }