Updated Rector to commit 9c7842f036e9164616582ea6e8b2ce95f90426e4

9c7842f036 [ecs] tidy up config (#5403)
This commit is contained in:
Tomas Votruba 2023-12-31 19:44:21 +00:00
parent d46a6b400b
commit 6b98134b54
2 changed files with 3 additions and 3 deletions

View File

@ -3,11 +3,11 @@
declare (strict_types=1);
namespace Rector\TypeDeclaration\NodeAnalyzer\ReturnTypeAnalyzer;
use PhpParser\Node\Expr\UnaryPlus;
use PhpParser\Node\Expr;
use PhpParser\Node\Expr\Closure;
use PhpParser\Node\Expr\ConstFetch;
use PhpParser\Node\Expr\UnaryMinus;
use PhpParser\Node\Expr\UnaryPlus;
use PhpParser\Node\Scalar;
use PhpParser\Node\Stmt\ClassMethod;
use PhpParser\Node\Stmt\Function_;

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'fff370b2c0f029203b7c53b96e4a7b8e9217af76';
public const PACKAGE_VERSION = '9c7842f036e9164616582ea6e8b2ce95f90426e4';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2023-12-31 12:18:38';
public const RELEASE_DATE = '2023-12-31 19:42:06';
/**
* @var int
*/