We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860e12b commit 5d87948Copy full SHA for 5d87948
src/PhpGitHooks/Application/PhpCsFixer/InvalidPhpCsFixerConfigDataException.php
@@ -4,6 +4,6 @@
4
5
final class InvalidPhpCsFixerConfigDataException extends \Exception
6
{
7
- protected $message = 'Invalid entry for php-cs-fixer in your php-git-hooks.php file.' . "\n" .
8
- 'Please remove php-cs-fixer entry and execute composer install.';
+ protected $message = "Invalid entry for php-cs-fixer in your php-git-hooks.php file.\n
+ 'Please remove php-cs-fixer entry and execute composer install.";
9
}
0 commit comments