From 0f4887fb6346027f9c754d2516872509a95eb378 Mon Sep 17 00:00:00 2001 From: Dustin Wilson Date: Thu, 12 Jan 2023 22:23:11 -0600 Subject: [PATCH] Remove errant error_reporting line from Catcher --- lib/Catcher.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Catcher.php b/lib/Catcher.php index e8d49bb..a2d6ab9 100644 --- a/lib/Catcher.php +++ b/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;