Skip to content

Commit 78a3fb7

Browse files
Merge branch '6.4' into 7.0
* 6.4: fix typo Add types to private and internal properties [Workflow] Cleaning code [Scheduler] Fix NPE in debug:scheduler command
2 parents dea778d + a6f3abe commit 78a3fb7

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)