Skip to content

Commit 36da409

Browse files
committed
Update Debug.php
1 parent 723c191 commit 36da409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Experimental/Debug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public static function view($type, $view)
133133
self::$displayErrors = ini_get('display_errors');
134134

135135
if (function_exists('ini_set')) {
136-
//ini_set('display_errors', '0');
136+
ini_set('display_errors', '0');
137137
}
138138
}
139139
} elseif ($type === 'classes' || $type === 'performance') {

0 commit comments

Comments
 (0)