From 72bb7c30745b6e9c170b108e9b0840a1373e3453 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sun, 3 Dec 2017 12:02:29 +0100 Subject: Fix PHP doc for API docs Signed-off-by: Morris Jobke --- lib/private/Support/CrashReport/Registry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/Support/CrashReport') diff --git a/lib/private/Support/CrashReport/Registry.php b/lib/private/Support/CrashReport/Registry.php index 670cea3da0e..5eb78965c19 100644 --- a/lib/private/Support/CrashReport/Registry.php +++ b/lib/private/Support/CrashReport/Registry.php @@ -29,7 +29,7 @@ use Throwable; class Registry implements IRegistry { - /** @var array */ + /** @var IReporter[] */ private $reporters = []; /** -- cgit v1.2.3