From a94605a3c00447f1f3348b66d0719652cb2aa8ce Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sun, 17 Mar 2024 01:26:35 +0100 Subject: [PATCH] [automated] Apply Coding Standard (#5730) Co-authored-by: TomasVotruba <924196+TomasVotruba@users.noreply.github.com> --- config/set/php84.php | 4 +--- src/Set/ValueObject/LevelSetList.php | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/config/set/php84.php b/config/set/php84.php index 9392dfe5e88..8a015ad0d4c 100644 --- a/config/set/php84.php +++ b/config/set/php84.php @@ -6,7 +6,5 @@ use Rector\Php84\Rector\Param\ExplicitNullableParamTypeRector; return static function (RectorConfig $rectorConfig): void { - $rectorConfig->rules([ - ExplicitNullableParamTypeRector::class, - ]); + $rectorConfig->rules([ExplicitNullableParamTypeRector::class]); }; diff --git a/src/Set/ValueObject/LevelSetList.php b/src/Set/ValueObject/LevelSetList.php index d20d240adaf..0211e388483 100644 --- a/src/Set/ValueObject/LevelSetList.php +++ b/src/Set/ValueObject/LevelSetList.php @@ -16,7 +16,6 @@ final class LevelSetList implements SetListInterface */ public const UP_TO_PHP_84 = __DIR__ . '/../../../config/set/level/up-to-php84.php'; - /** * @var string */