From adeefa46cfaba0aafbd92288e180025f041f0c18 Mon Sep 17 00:00:00 2001 From: Dustin Wilson Date: Fri, 21 Apr 2023 23:25:20 -0500 Subject: [PATCH] Changed Catcher::errorReporting back to protected --- lib/Catcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Catcher.php b/lib/Catcher.php index 021d67a..ace324a 100644 --- a/lib/Catcher.php +++ b/lib/Catcher.php @@ -31,7 +31,7 @@ class Catcher { * Stores the error reporting level set by Catcher to compare against when * unregistering */ - public ?int $errorReporting = null; + protected ?int $errorReporting = null; /** * Array of handlers the exceptions are passed to *