default to showing all errors.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
Taylor Otwell
2012-02-29 20:39:02 -06:00
parent 37ea2c8221
commit e36dba4f10
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ return array(
|
*/
'ignore' => array(E_NOTICE, E_USER_NOTICE, E_DEPRECATED, E_USER_DEPRECATED),
'ignore' => array(),
/*
|--------------------------------------------------------------------------