Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/set/common/strict.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.');