Skip to content

Commit 5d87948

Browse files
committed
Fix Exception message for php5.5
1 parent 860e12b commit 5d87948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PhpGitHooks/Application/PhpCsFixer/InvalidPhpCsFixerConfigDataException.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
final class InvalidPhpCsFixerConfigDataException extends \Exception
66
{
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.';
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.";
99
}

0 commit comments

Comments
 (0)