Skip to content

Commit

Permalink
Fix typo in error message (#4989)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Sep 11, 2023
1 parent 27d4c55 commit b261756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Config/RectorConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function skip(array $criteria): void

if ($notExistsRules !== []) {
throw new ShouldNotHappenException(
'Following skipped rules on $rectorConfig->skip() are no longer exists or changed to different namespace: ' . implode(
'Following rules on $rectorConfig->skip() do no longer exist or changed to different namespace: ' . implode(
', ',
$notExistsRules
)
Expand Down

0 comments on commit b261756

Please sign in to comment.