Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
[Debug] fixed minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 7, 2013
1 parent b0016c8 commit 82dfdb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,3 @@
vendor/ vendor/
composer.lock composer.lock
phpunit.xml phpunit.xml
Tests/ProjectContainer.php
Tests/classes.map
1 change: 0 additions & 1 deletion Debug.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public static function enable($errorReportingLevel = null)
static::$enabled = true; static::$enabled = true;


error_reporting(-1); error_reporting(-1);
ini_set('display_errors', 0);


ErrorHandler::register($errorReportingLevel); ErrorHandler::register($errorReportingLevel);
if ('cli' !== php_sapi_name()) { if ('cli' !== php_sapi_name()) {
Expand Down

0 comments on commit 82dfdb0

Please sign in to comment.