We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85b708 commit 60cee7eCopy full SHA for 60cee7e
src/orange/cfhelper/configuration/PhpIniConfigurator.php
@@ -41,7 +41,7 @@ public function loadConfig()
41
{
42
if (!empty($this->config['type']) && $this->config['type'] == 'development') {
43
ini_set("display_errors", "On");
44
- ini_set("error_reporting", -1);
+ ini_set("error_reporting", E_ALL & ~E_NOTICE);
45
$whoops = new \Whoops\Run;
46
$whoops->pushHandler(new \Whoops\Handler\PrettyPageHandler);
47
$whoops->register();
0 commit comments