From 27c8ab9d0020ba3f80ae0be53bbd0c92dee1c4be Mon Sep 17 00:00:00 2001 From: M-arcus <25648755+M-arcus@users.noreply.github.com> Date: Tue, 5 May 2026 10:45:55 +0200 Subject: [PATCH] Improve deprecation message for strict set Updated the deprecation message or strict set to clarify the use of Rector rule. --- config/set/common/strict.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/set/common/strict.php b/config/set/common/strict.php index 08200f288c..716d63352e 100644 --- a/config/set/common/strict.php +++ b/config/set/common/strict.php @@ -5,5 +5,5 @@ use Symplify\EasyCodingStandard\Exception\DeprecatedException; throw new DeprecatedException( - 'The "strict" set is deprecated as dangerous to run withou propper context. Please use Rector instead.' + 'The "strict" set is deprecated as it is dangerous to run without proper context. Please use the Rector rule "SafeDeclareStrictTypesRector" instead.' );