Browse Source

Changed Catcher::errorReporting back to protected

2.1.0
Dustin Wilson 1 year ago
parent
commit
adeefa46cf
  1. 2
      lib/Catcher.php

2
lib/Catcher.php

@ -31,7 +31,7 @@ class Catcher {
* Stores the error reporting level set by Catcher to compare against when * Stores the error reporting level set by Catcher to compare against when
* unregistering * unregistering
*/ */
public ?int $errorReporting = null; protected ?int $errorReporting = null;
/** /**
* Array of handlers the exceptions are passed to * Array of handlers the exceptions are passed to
* *

Loading…
Cancel
Save