From 41683b4c5a36f884d4a160137f631316bafcf02b Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 15 Oct 2023 00:29:20 +0000 Subject: [PATCH] Updated Rector to commit 9cf016cd67a9f12ebbc7ae7aaa422626eb5722a9 https://github.com/rectorphp/rector-src/commit/9cf016cd67a9f12ebbc7ae7aaa422626eb5722a9 [automated] Apply Coding Standard (#5171) --- rules/DeadCode/Rector/Cast/RecastingRemovalRector.php | 1 - src/Application/VersionResolver.php | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/DeadCode/Rector/Cast/RecastingRemovalRector.php b/rules/DeadCode/Rector/Cast/RecastingRemovalRector.php index 246b0c28b13..a5e615494ad 100644 --- a/rules/DeadCode/Rector/Cast/RecastingRemovalRector.php +++ b/rules/DeadCode/Rector/Cast/RecastingRemovalRector.php @@ -23,7 +23,6 @@ use PHPStan\Type\MixedType; use PHPStan\Type\ObjectType; use PHPStan\Type\StringType; use PHPStan\Type\Type; -use PHPStan\Type\UnionType; use Rector\Core\NodeAnalyzer\ExprAnalyzer; use Rector\Core\NodeAnalyzer\PropertyFetchAnalyzer; use Rector\Core\Rector\AbstractRector; diff --git a/src/Application/VersionResolver.php b/src/Application/VersionResolver.php index fe405a647b9..421078d72a1 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 = 'da2dd66088e15a5c182a047726933306a8fdc28c'; + public const PACKAGE_VERSION = '9cf016cd67a9f12ebbc7ae7aaa422626eb5722a9'; /** * @api * @var string */ - public const RELEASE_DATE = '2023-10-14 20:22:50'; + public const RELEASE_DATE = '2023-10-15 00:26:09'; /** * @var int */