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.' );