Browse Source

Remove errant error_reporting line from Catcher

2.1.0
Dustin Wilson 1 year ago
parent
commit
0f4887fb63
  1. 1
      lib/Catcher.php

1
lib/Catcher.php

@ -120,7 +120,6 @@ class Catcher {
restore_error_handler();
restore_exception_handler();
error_reporting($this->errorReporting);
error_reporting(error_reporting() | \E_ERROR);
$this->registered = false;
return true;

Loading…
Cancel
Save