Skip to content

Commit

Permalink
Merge pull request #182 from PHPCSStandards/feature/improve-feedback
Browse files Browse the repository at this point in the history
Plugin: improve feedback
  • Loading branch information
jrfnl committed Jun 25, 2022
2 parents 8504433 + a9d297e commit 4b70475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php
Expand Up @@ -40,7 +40,7 @@ class Plugin implements PluginInterface, EventSubscriberInterface
'The value of "%s" (in the composer.json "extra".section) must be an integer larger then %d, %s given.';

const MESSAGE_NOT_INSTALLED = 'PHPCodeSniffer is not installed';
const MESSAGE_NOTHING_TO_INSTALL = 'Nothing to install or update';
const MESSAGE_NOTHING_TO_INSTALL = 'No PHPCS standards to install or update';
const MESSAGE_PLUGIN_UNINSTALLED = 'PHPCodeSniffer Composer Installer is uninstalled';
const MESSAGE_RUNNING_INSTALLER = 'Running PHPCodeSniffer Composer Installer';

Expand Down

0 comments on commit 4b70475

Please sign in to comment.