Skip to content

Commit

Permalink
Update Debug.php
Browse files Browse the repository at this point in the history
  • Loading branch information
brcontainer committed Mar 16, 2020
1 parent 723c191 commit 36da409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Experimental/Debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public static function view($type, $view)
self::$displayErrors = ini_get('display_errors');

if (function_exists('ini_set')) {
//ini_set('display_errors', '0');
ini_set('display_errors', '0');
}
}
} elseif ($type === 'classes' || $type === 'performance') {
Expand Down

0 comments on commit 36da409

Please sign in to comment.