mirror of
https://github.com/rectorphp/rector.git
synced 2025-04-25 09:55:28 +02:00
Updated Rector to commit d3791938add9fe1faddfd404ab76183235c1df2f
d3791938ad
[automated] Apply Coding Standard (#5440)
This commit is contained in:
parent
1142f3d356
commit
29eada363c
@ -3,7 +3,6 @@
|
||||
declare (strict_types=1);
|
||||
namespace Rector\TypeDeclaration\NodeAnalyzer;
|
||||
|
||||
use PHPStan\Type\NullType;
|
||||
use PhpParser\Node;
|
||||
use PhpParser\Node\Arg;
|
||||
use PhpParser\Node\ComplexType;
|
||||
@ -21,6 +20,7 @@ use PhpParser\Node\Stmt\ClassMethod;
|
||||
use PhpParser\Node\UnionType;
|
||||
use PHPStan\Analyser\Scope;
|
||||
use PHPStan\Reflection\ClassReflection;
|
||||
use PHPStan\Type\NullType;
|
||||
use Rector\NodeNameResolver\NodeNameResolver;
|
||||
use Rector\NodeTypeResolver\TypeComparator\TypeComparator;
|
||||
use Rector\PhpParser\AstResolver;
|
||||
|
@ -19,12 +19,12 @@ final class VersionResolver
|
||||
* @api
|
||||
* @var string
|
||||
*/
|
||||
public const PACKAGE_VERSION = '86e740248314edf23ef3307ac2a804a54c898282';
|
||||
public const PACKAGE_VERSION = 'd3791938add9fe1faddfd404ab76183235c1df2f';
|
||||
/**
|
||||
* @api
|
||||
* @var string
|
||||
*/
|
||||
public const RELEASE_DATE = '2024-01-06 14:15:07';
|
||||
public const RELEASE_DATE = '2024-01-07 00:28:56';
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user