diff options
Diffstat (limited to 'lib/public/Support/CrashReport/IRegistry.php')
-rw-r--r-- | lib/public/Support/CrashReport/IRegistry.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/Support/CrashReport/IRegistry.php b/lib/public/Support/CrashReport/IRegistry.php index 66c527092bb..62432c782ab 100644 --- a/lib/public/Support/CrashReport/IRegistry.php +++ b/lib/public/Support/CrashReport/IRegistry.php @@ -43,6 +43,7 @@ interface IRegistry { * * @since 13.0.0 * @param Exception|Throwable $exception + * @param array $context */ - public function delegateReport($exception); + public function delegateReport($exception, array $context = []); } |