add proper type hinting
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
ad757805ca
commit
f6ef3b6464
|
@ -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…
Reference in New Issue