From 77a31e11d9edaf0d672cc25d0e46b2e0e6e71422 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 8 Feb 2020 13:26:44 +0100 Subject: [PATCH] improve array docblock --- Models/KanbanBoardMapper.php | 6 +++--- Models/KanbanCardCommentMapper.php | 4 ++-- Models/KanbanCardMapper.php | 6 +++--- Models/KanbanColumnMapper.php | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Models/KanbanBoardMapper.php b/Models/KanbanBoardMapper.php index 76ebda5..55655b8 100644 --- a/Models/KanbanBoardMapper.php +++ b/Models/KanbanBoardMapper.php @@ -30,7 +30,7 @@ final class KanbanBoardMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array * @since 1.0.0 */ protected static array $columns = [ @@ -46,7 +46,7 @@ final class KanbanBoardMapper extends DataMapperAbstract /** * Has many relation. * - * @var array> + * @var array * @since 1.0.0 */ protected static array $hasMany = [ @@ -61,7 +61,7 @@ final class KanbanBoardMapper extends DataMapperAbstract /** * Belongs to. * - * @var array> + * @var array * @since 1.0.0 */ protected static array $belongsTo = [ diff --git a/Models/KanbanCardCommentMapper.php b/Models/KanbanCardCommentMapper.php index d654329..0cebc77 100644 --- a/Models/KanbanCardCommentMapper.php +++ b/Models/KanbanCardCommentMapper.php @@ -30,7 +30,7 @@ final class KanbanCardCommentMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array * @since 1.0.0 */ protected static array $columns = [ @@ -44,7 +44,7 @@ final class KanbanCardCommentMapper extends DataMapperAbstract /** * Has many relation. * - * @var array> + * @var array * @since 1.0.0 */ protected static array $hasMany = [ diff --git a/Models/KanbanCardMapper.php b/Models/KanbanCardMapper.php index 5c5e91e..96e5e7e 100644 --- a/Models/KanbanCardMapper.php +++ b/Models/KanbanCardMapper.php @@ -31,7 +31,7 @@ final class KanbanCardMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array * @since 1.0.0 */ protected static array $columns = [ @@ -50,7 +50,7 @@ final class KanbanCardMapper extends DataMapperAbstract /** * Belongs to. * - * @var array> + * @var array * @since 1.0.0 */ protected static array $belongsTo = [ @@ -63,7 +63,7 @@ final class KanbanCardMapper extends DataMapperAbstract /** * Has many relation. * - * @var array> + * @var array * @since 1.0.0 */ protected static array $hasMany = [ diff --git a/Models/KanbanColumnMapper.php b/Models/KanbanColumnMapper.php index b84a2b0..aef9542 100644 --- a/Models/KanbanColumnMapper.php +++ b/Models/KanbanColumnMapper.php @@ -29,7 +29,7 @@ final class KanbanColumnMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array * @since 1.0.0 */ protected static array $columns = [ @@ -42,7 +42,7 @@ final class KanbanColumnMapper extends DataMapperAbstract /** * Has many relation. * - * @var array> + * @var array * @since 1.0.0 */ protected static array $hasMany = [