From 3ec986c286c97c9c919c2c0d33b06296f8192880 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/QAAnswerMapper.php | 2 +- Models/QACategoryMapper.php | 2 +- Models/QAQuestionMapper.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Models/QAAnswerMapper.php b/Models/QAAnswerMapper.php index 605ab18..b3bc17c 100644 --- a/Models/QAAnswerMapper.php +++ b/Models/QAAnswerMapper.php @@ -30,7 +30,7 @@ final class QAAnswerMapper extends DataMapperAbstract /** * Columns. * - * @var array + * @var array * @since 1.0.0 */ protected static array $columns = [ diff --git a/Models/QACategoryMapper.php b/Models/QACategoryMapper.php index 8096148..29ffe59 100644 --- a/Models/QACategoryMapper.php +++ b/Models/QACategoryMapper.php @@ -29,7 +29,7 @@ final class QACategoryMapper extends DataMapperAbstract /** * Columns. * - * @var array + * @var array * @since 1.0.0 */ protected static array $columns = [ diff --git a/Models/QAQuestionMapper.php b/Models/QAQuestionMapper.php index 00b3918..f4c0b02 100644 --- a/Models/QAQuestionMapper.php +++ b/Models/QAQuestionMapper.php @@ -30,7 +30,7 @@ final class QAQuestionMapper extends DataMapperAbstract /** * Columns. * - * @var array + * @var array * @since 1.0.0 */ protected static array $columns = [