Skip to content

Commit

Permalink
Fix Exception message for php5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bruli committed Sep 6, 2015
1 parent 860e12b commit 5d87948
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

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

0 comments on commit 5d87948

Please sign in to comment.