From 87e4c4ab9d6dc780bfb169853063fa8f0117ffa9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 31 Mar 2019 20:32:17 +0200 Subject: [PATCH] table test and bug style fixes --- Models/Calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Calendar.php b/Models/Calendar.php index 05e5133..09dd935 100644 --- a/Models/Calendar.php +++ b/Models/Calendar.php @@ -70,7 +70,7 @@ class Calendar /** * Events. * - * @var \Modules\Calendar\Models\Event[] + * @var array * @since 1.0.0 */ private $events = [];