Skip to content

Commit

Permalink
Updated Rector to commit e3f909cf030971b542c9c508298c729abb60eefe
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Dec 3, 2023
1 parent f9c1f58 commit cd89d88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/NodeTypeResolver/PHPStan/Type/TypeFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -15,10 +13,12 @@
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
{
Expand Down
4 changes: 2 additions & 2 deletions src/Application/VersionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit cd89d88

Please sign in to comment.