From b61c761f13af58a649efb1b3a05ad15cb2ea5142 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 21 Mar 2016 13:59:08 +0200 Subject: [PATCH] Fix typo --- bin/doctrine-migrations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/doctrine-migrations.php b/bin/doctrine-migrations.php index b5b5845c8d..fca5bc9d60 100644 --- a/bin/doctrine-migrations.php +++ b/bin/doctrine-migrations.php @@ -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 ); }