Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa3a3c commit 1ab1146Copy full SHA for 1ab1146
src/Symfony/Component/Debug/.gitignore
@@ -1,5 +1,3 @@
1
vendor/
2
composer.lock
3
phpunit.xml
4
-Tests/ProjectContainer.php
5
-Tests/classes.map
src/Symfony/Component/Debug/Debug.php
@@ -41,7 +41,6 @@ public static function enable($errorReportingLevel = null)
41
static::$enabled = true;
42
43
error_reporting(-1);
44
- ini_set('display_errors', 0);
45
46
ErrorHandler::register($errorReportingLevel);
47
if ('cli' !== php_sapi_name()) {
0 commit comments