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 src/Configuration/ECSConfigBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ public function withPreparedSets(
if ($strict) {
// throw exception, as deprecated
throw new DeprecatedException(
'The "strict" set is deprecated as it is dangerous without context. Use Rector instead to make sure you are not breaking your code'
'The "strict" set is deprecated as it is dangerous without context. Remove the "strict: true" from ->withPreparedSets(strict: true, ...) call in "ecs.php" and use Rector instead to make sure you are not breaking your code.'
);
}

Expand Down
Loading