Skip to content

Commit

Permalink
Merge pull request #189 from fredden/tyop
Browse files Browse the repository at this point in the history
Correct grammar in error message
  • Loading branch information
jrfnl committed Oct 3, 2022
2 parents 231b4e8 + f500703 commit 8da2e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php
Expand Up @@ -37,7 +37,7 @@ class Plugin implements PluginInterface, EventSubscriberInterface
const KEY_MAX_DEPTH = 'phpcodesniffer-search-depth';

const MESSAGE_ERROR_WRONG_MAX_DEPTH =
'The value of "%s" (in the composer.json "extra".section) must be an integer larger then %d, %s given.';
'The value of "%s" (in the composer.json "extra".section) must be an integer larger than %d, %s given.';

const MESSAGE_NOT_INSTALLED = 'PHPCodeSniffer is not installed';
const MESSAGE_NOTHING_TO_INSTALL = 'No PHPCS standards to install or update';
Expand Down

0 comments on commit 8da2e7a

Please sign in to comment.