We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723c191 commit 36da409Copy full SHA for 36da409
src/Experimental/Debug.php
@@ -133,7 +133,7 @@ public static function view($type, $view)
133
self::$displayErrors = ini_get('display_errors');
134
135
if (function_exists('ini_set')) {
136
- //ini_set('display_errors', '0');
+ ini_set('display_errors', '0');
137
}
138
139
} elseif ($type === 'classes' || $type === 'performance') {
0 commit comments