From f5007034ae1496bf128a28ce6fdae62a4a12ac10 Mon Sep 17 00:00:00 2001 From: Dan Wallis Date: Mon, 3 Oct 2022 09:19:47 +0100 Subject: [PATCH] Correct grammar in error message --- src/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin.php b/src/Plugin.php index 7b7f4d50..52126a82 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -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';