Updated Rector to commit e3f909cf030971b542c9c508298c729abb60eefe

e3f909cf03 cs
This commit is contained in:
Tomas Votruba 2023-12-03 15:01:51 +00:00
parent f9c1f58ffc
commit cd89d88b46
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,6 @@
declare (strict_types=1);
namespace Rector\NodeTypeResolver\PHPStan\Type;
use Rector\NodeTypeResolver\PHPStan\ObjectWithoutClassTypeWithParentTypes;
use PHPStan\Type\ObjectType;
use PHPStan\Type\ArrayType;
use PHPStan\Type\BooleanType;
use PHPStan\Type\Constant\ConstantArrayType;
@ -15,10 +13,12 @@ use PHPStan\Type\Constant\ConstantStringType;
use PHPStan\Type\FloatType;
use PHPStan\Type\IntegerType;
use PHPStan\Type\MixedType;
use PHPStan\Type\ObjectType;
use PHPStan\Type\StringType;
use PHPStan\Type\Type;
use PHPStan\Type\TypeUtils;
use PHPStan\Type\UnionType;
use Rector\NodeTypeResolver\PHPStan\ObjectWithoutClassTypeWithParentTypes;
use Rector\NodeTypeResolver\PHPStan\TypeHasher;
final class TypeFactory
{

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = '52b665436c0f2161619b265caa3f2a65be5604dc';
public const PACKAGE_VERSION = 'e3f909cf030971b542c9c508298c729abb60eefe';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-12-03 15:57:42';
public const RELEASE_DATE = '2023-12-03 15:59:28';
/**
* @var int
*/