diff --git a/config/set/common/strict.php b/config/set/common/strict.php index 6d3110ccb0..50d93a5d6f 100644 --- a/config/set/common/strict.php +++ b/config/set/common/strict.php @@ -4,4 +4,4 @@ namespace ECSPrefix202605; use Symplify\EasyCodingStandard\Exception\DeprecatedException; -throw new DeprecatedException('The "strict" set is deprecated as dangerous to run withou propper context. Please use Rector instead.'); +throw new DeprecatedException('The "strict" set is deprecated as it is dangerous to run without proper context. Please use the Rector rule "SafeDeclareStrictTypesRector" instead.');