diff --git a/lib/private/Support/CrashReport/Registry.php b/lib/private/Support/CrashReport/Registry.php index e90e82958d..670cea3da0 100644 --- a/lib/private/Support/CrashReport/Registry.php +++ b/lib/private/Support/CrashReport/Registry.php @@ -48,6 +48,7 @@ class Registry implements IRegistry { * @param array $context */ public function delegateReport($exception, array $context = []) { + /** @var IReporter $reporter */ foreach ($this->reporters as $reporter) { $reporter->report($exception, $context); }