Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ab1146

Browse files
committed
[Debug] fixed minor bugs
1 parent daa3a3c commit 1ab1146

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
vendor/
22
composer.lock
33
phpunit.xml
4-
Tests/ProjectContainer.php
5-
Tests/classes.map

src/Symfony/Component/Debug/Debug.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public static function enable($errorReportingLevel = null)
4141
static::$enabled = true;
4242

4343
error_reporting(-1);
44-
ini_set('display_errors', 0);
4544

4645
ErrorHandler::register($errorReportingLevel);
4746
if ('cli' !== php_sapi_name()) {

0 commit comments

Comments
 (0)