Skip to content

Commit

Permalink
Merge pull request #447 from funivan/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mikeSimonson committed Mar 21, 2016
2 parents a726ac0 + b61c761 commit bb30f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/doctrine-migrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
if (file_exists($configFile)) {
if ( ! is_readable($configFile)) {
trigger_error(
'Configuration file [' . $configFile . '] does not have read permission.', E_ERROR
'Configuration file [' . $configFile . '] does not have read permission.', E_USER_ERROR
);
}

Expand Down

0 comments on commit bb30f9e

Please sign in to comment.