Skip to content

Commit a6f3abe

Browse files
Add types to private and internal properties
1 parent 3db2956 commit a6f3abe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ErrorHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ class ErrorHandler
9696

9797
private bool $isRecursive = false;
9898
private bool $isRoot = false;
99+
/** @var callable|null */
99100
private $exceptionHandler;
100101
private ?BufferingLogger $bootstrappingLogger = null;
101102

0 commit comments

Comments
 (0)