add proper type hinting

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/7166/head
Morris Jobke 8 years ago
parent ad757805ca
commit f6ef3b6464
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
  1. 1
      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);
}

Loading…
Cancel
Save