From e0e576d57a491f37b8e7c36da108cedec2a0caf4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 20 Feb 2020 19:07:12 +0100 Subject: [PATCH] fixes array typehints --- Models/CommentListMapper.php | 2 +- Models/CommentMapper.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/CommentListMapper.php b/Models/CommentListMapper.php index e817ebc..91d6f8f 100644 --- a/Models/CommentListMapper.php +++ b/Models/CommentListMapper.php @@ -29,7 +29,7 @@ final class CommentListMapper extends DataMapperAbstract /** * Columns. * - * @var array + * @var array * @since 1.0.0 */ protected static array $columns = [ diff --git a/Models/CommentMapper.php b/Models/CommentMapper.php index 03634bf..4b71dbe 100644 --- a/Models/CommentMapper.php +++ b/Models/CommentMapper.php @@ -29,7 +29,7 @@ final class CommentMapper extends DataMapperAbstract /** * Columns. * - * @var array + * @var array * @since 1.0.0 */ protected static array $columns = [