From dc9936d9cf0a14a1324a20eca87209dc82ce1d55 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 25 Apr 2024 13:34:46 +0000 Subject: [PATCH] fix tests --- .../Database/Mapper/DataMapperFactory.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DataStorage/Database/Mapper/DataMapperFactory.php b/DataStorage/Database/Mapper/DataMapperFactory.php index 54ed7b7c3..a537e2499 100755 --- a/DataStorage/Database/Mapper/DataMapperFactory.php +++ b/DataStorage/Database/Mapper/DataMapperFactory.php @@ -175,7 +175,7 @@ class DataMapperFactory * * @param ConnectionAbstract $db Database connection * - * @return ReadMapper + * @return ReadMapper * * @since 1.0.0 */ @@ -223,7 +223,7 @@ class DataMapperFactory * * @param ConnectionAbstract $db Database connection * - * @return ReadMapper + * @return ReadMapper * * @since 1.0.0 */ @@ -240,7 +240,7 @@ class DataMapperFactory * * @param ConnectionAbstract $db Database connection * - * @return ReadMapper + * @return ReadMapper * * @since 1.0.0 */ @@ -254,7 +254,7 @@ class DataMapperFactory * * @param ConnectionAbstract $db Database connection * - * @return ReadMapper + * @return ReadMapper * * @since 1.0.0 */ @@ -268,7 +268,7 @@ class DataMapperFactory * * @param ConnectionAbstract $db Database connection * - * @return ReadMapper + * @return ReadMapper * * @since 1.0.0 */ @@ -282,7 +282,7 @@ class DataMapperFactory * * @param ConnectionAbstract $db Database connection * - * @return ReadMapper + * @return ReadMapper * * @since 1.0.0 */ @@ -296,7 +296,7 @@ class DataMapperFactory * * @param ConnectionAbstract $db Database connection * - * @return ReadMapper + * @return ReadMapper * * @since 1.0.0 */ @@ -324,7 +324,7 @@ class DataMapperFactory * * @param ConnectionAbstract $db Database connection * - * @return ReadMapper + * @return ReadMapper * * @since 1.0.0 */