From 7d4734bb641ed26b093a6547a64d6a2efafd7223 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 14 Apr 2024 00:31:32 +0000 Subject: [PATCH] Updated Rector to commit 86eb512e4f78f909856b90bc18e41704b48ee57a https://github.com/rectorphp/rector-src/commit/86eb512e4f78f909856b90bc18e41704b48ee57a [automated] Apply Coding Standard (#5821) --- rules/DeadCode/Rector/If_/RemoveDeadInstanceOfRector.php | 2 +- src/Application/VersionResolver.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/DeadCode/Rector/If_/RemoveDeadInstanceOfRector.php b/rules/DeadCode/Rector/If_/RemoveDeadInstanceOfRector.php index 61d0dce578f..79bfa6090fb 100644 --- a/rules/DeadCode/Rector/If_/RemoveDeadInstanceOfRector.php +++ b/rules/DeadCode/Rector/If_/RemoveDeadInstanceOfRector.php @@ -3,7 +3,6 @@ declare (strict_types=1); namespace Rector\DeadCode\Rector\If_; -use PHPStan\Reflection\ClassReflection; use PhpParser\Node; use PhpParser\Node\Expr; use PhpParser\Node\Expr\Assign; @@ -18,6 +17,7 @@ use PhpParser\Node\Stmt; use PhpParser\Node\Stmt\Expression; use PhpParser\Node\Stmt\If_; use PhpParser\NodeTraverser; +use PHPStan\Reflection\ClassReflection; use PHPStan\Type\MixedType; use Rector\NodeManipulator\IfManipulator; use Rector\Rector\AbstractRector; diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index 0d4f042fb82..92c7a18788c 100644 --- a/src/Application/VersionResolver.php +++ b/src/Application/VersionResolver.php @@ -19,12 +19,12 @@ final class VersionResolver * @api * @var string */ - public const PACKAGE_VERSION = '5f212992965828f07b001bf5e3176bcff784bab3'; + public const PACKAGE_VERSION = '86eb512e4f78f909856b90bc18e41704b48ee57a'; /** * @api * @var string */ - public const RELEASE_DATE = '2024-04-13 20:35:41'; + public const RELEASE_DATE = '2024-04-14 00:29:04'; /** * @var int */