Updated Rector to commit a0db5e38beebe47e8d0edc84fb8148f57001649e

a0db5e38be remove from set
This commit is contained in:
Tomas Votruba 2022-11-28 00:23:25 +00:00
parent 105da345bb
commit 10623e91f0
5 changed files with 15 additions and 15 deletions

View File

@ -34,5 +34,5 @@ use Rector\TypeDeclaration\Rector\Property\TypedPropertyFromStrictGetterMethodRe
use Rector\TypeDeclaration\Rector\Property\TypedPropertyFromStrictSetUpRector;
use Rector\TypeDeclaration\Rector\Property\VarAnnotationIncorrectNullableRector;
return static function (RectorConfig $rectorConfig) : void {
$rectorConfig->rules([ReturnTypeDeclarationRector::class, PropertyTypeDeclarationRector::class, AddClosureReturnTypeRector::class, AddArrowFunctionReturnTypeRector::class, AddArrayParamDocTypeRector::class, AddArrayReturnDocTypeRector::class, ParamTypeByMethodCallTypeRector::class, TypedPropertyFromAssignsRector::class, ReturnAnnotationIncorrectNullableRector::class, VarAnnotationIncorrectNullableRector::class, ParamAnnotationIncorrectNullableRector::class, AddReturnTypeDeclarationBasedOnParentClassMethodRector::class, ReturnTypeFromStrictTypedPropertyRector::class, TypedPropertyFromStrictConstructorRector::class, ParamTypeFromStrictTypedPropertyRector::class, AddVoidReturnTypeWhereNoReturnRector::class, ReturnTypeFromReturnNewRector::class, TypedPropertyFromStrictGetterMethodReturnTypeRector::class, AddMethodCallBasedStrictParamTypeRector::class, ArrayShapeFromConstantArrayReturnRector::class, ReturnTypeFromStrictBoolReturnExprRector::class, ReturnTypeFromStrictNativeCallRector::class, ReturnTypeFromStrictNewArrayRector::class, ReturnTypeFromStrictScalarReturnExprRector::class, TypedPropertyFromStrictSetUpRector::class, ParamTypeByParentCallTypeRector::class, AddParamTypeSplFixedArrayRector::class, AddParamTypeBasedOnPHPUnitDataProviderRector::class, AddParamTypeFromPropertyTypeRector::class]);
$rectorConfig->rules([ReturnTypeDeclarationRector::class, PropertyTypeDeclarationRector::class, AddClosureReturnTypeRector::class, AddArrowFunctionReturnTypeRector::class, AddArrayReturnDocTypeRector::class, ParamTypeByMethodCallTypeRector::class, TypedPropertyFromAssignsRector::class, ReturnAnnotationIncorrectNullableRector::class, VarAnnotationIncorrectNullableRector::class, ParamAnnotationIncorrectNullableRector::class, AddReturnTypeDeclarationBasedOnParentClassMethodRector::class, ReturnTypeFromStrictTypedPropertyRector::class, TypedPropertyFromStrictConstructorRector::class, ParamTypeFromStrictTypedPropertyRector::class, AddVoidReturnTypeWhereNoReturnRector::class, ReturnTypeFromReturnNewRector::class, TypedPropertyFromStrictGetterMethodReturnTypeRector::class, AddMethodCallBasedStrictParamTypeRector::class, ArrayShapeFromConstantArrayReturnRector::class, ReturnTypeFromStrictBoolReturnExprRector::class, ReturnTypeFromStrictNativeCallRector::class, ReturnTypeFromStrictNewArrayRector::class, ReturnTypeFromStrictScalarReturnExprRector::class, TypedPropertyFromStrictSetUpRector::class, ParamTypeByParentCallTypeRector::class, AddParamTypeSplFixedArrayRector::class, AddParamTypeBasedOnPHPUnitDataProviderRector::class, AddParamTypeFromPropertyTypeRector::class]);
};

View File

@ -17,12 +17,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'ab670b487796369245cef17254d310b56805633c';
public const PACKAGE_VERSION = 'a0db5e38beebe47e8d0edc84fb8148f57001649e';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2022-11-28 01:17:09';
public const RELEASE_DATE = '2022-11-28 01:17:31';
/**
* @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 ComposerAutoloaderInit50d7777f5af574beb95d5748b83b2071::getLoader();
return ComposerAutoloaderInit556085b1d5e9e207f9186d34298430ef::getLoader();

View File

@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit50d7777f5af574beb95d5748b83b2071
class ComposerAutoloaderInit556085b1d5e9e207f9186d34298430ef
{
private static $loader;
@ -22,19 +22,19 @@ class ComposerAutoloaderInit50d7777f5af574beb95d5748b83b2071
return self::$loader;
}
spl_autoload_register(array('ComposerAutoloaderInit50d7777f5af574beb95d5748b83b2071', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit556085b1d5e9e207f9186d34298430ef', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit50d7777f5af574beb95d5748b83b2071', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit556085b1d5e9e207f9186d34298430ef', 'loadClassLoader'));
require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit50d7777f5af574beb95d5748b83b2071::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit556085b1d5e9e207f9186d34298430ef::getInitializer($loader));
$loader->setClassMapAuthoritative(true);
$loader->register(true);
$includeFiles = \Composer\Autoload\ComposerStaticInit50d7777f5af574beb95d5748b83b2071::$files;
$includeFiles = \Composer\Autoload\ComposerStaticInit556085b1d5e9e207f9186d34298430ef::$files;
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire50d7777f5af574beb95d5748b83b2071($fileIdentifier, $file);
composerRequire556085b1d5e9e207f9186d34298430ef($fileIdentifier, $file);
}
return $loader;
@ -46,7 +46,7 @@ class ComposerAutoloaderInit50d7777f5af574beb95d5748b83b2071
* @param string $file
* @return void
*/
function composerRequire50d7777f5af574beb95d5748b83b2071($fileIdentifier, $file)
function composerRequire556085b1d5e9e207f9186d34298430ef($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 ComposerStaticInit50d7777f5af574beb95d5748b83b2071
class ComposerStaticInit556085b1d5e9e207f9186d34298430ef
{
public static $files = array (
'ad155f8f1cf0d418fe49e248db8c661b' => __DIR__ . '/..' . '/react/promise/src/functions_include.php',
@ -3029,9 +3029,9 @@ class ComposerStaticInit50d7777f5af574beb95d5748b83b2071
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit50d7777f5af574beb95d5748b83b2071::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit50d7777f5af574beb95d5748b83b2071::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit50d7777f5af574beb95d5748b83b2071::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit556085b1d5e9e207f9186d34298430ef::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit556085b1d5e9e207f9186d34298430ef::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit556085b1d5e9e207f9186d34298430ef::$classMap;
}, null, ClassLoader::class);
}