Skip to content
Merged
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 @@ -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.'
);
Loading