From 01e53ba44a6645eb9b6a066e8f2af5d1f7f23a23 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 21 Mar 2016 14:16:07 +0200 Subject: [PATCH] Fix typo --- bin/doctrine-pear.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/doctrine-pear.php b/bin/doctrine-pear.php index 10ce1dd88..b7c6ba3dc 100644 --- a/bin/doctrine-pear.php +++ b/bin/doctrine-pear.php @@ -31,7 +31,7 @@ $helperSet = null; 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 ); }