Skip to content

Commit

Permalink
Format exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruli committed Sep 6, 2015
1 parent e31f940 commit 860e12b
Showing 1 changed file with 1 addition and 1 deletion.
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".
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 860e12b

Please sign in to comment.