From f6a5b4099b171e8c614c9087691c16e2acdfa8dd Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Tue, 9 Sep 2025 01:22:03 +0700 Subject: [PATCH] Typo fix rule description for DowngradeFinalPropertyPromotionRector --- .../Rector/Class_/DowngradeFinalPropertyPromotionRector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/DowngradePhp85/Rector/Class_/DowngradeFinalPropertyPromotionRector.php b/rules/DowngradePhp85/Rector/Class_/DowngradeFinalPropertyPromotionRector.php index 76bb83ac..9400dc47 100644 --- a/rules/DowngradePhp85/Rector/Class_/DowngradeFinalPropertyPromotionRector.php +++ b/rules/DowngradePhp85/Rector/Class_/DowngradeFinalPropertyPromotionRector.php @@ -40,7 +40,7 @@ public function __construct( public function getRuleDefinition(): RuleDefinition { - return new RuleDefinition('Change constructor final property promotion to @final annotation assign', [ + return new RuleDefinition('Change constructor final property promotion to @final tag', [ new CodeSample( <<<'CODE_SAMPLE' class SomeClass