From d3cd465d87f24a213c62856be2a313a2273a8920 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Sat, 26 Dec 2020 13:22:42 +0100 Subject: Improve itemmapper wording Co-authored-by: anoy. --- lib/Db/ItemMapper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Db/ItemMapper.php b/lib/Db/ItemMapper.php index 71e31dbc4..d7edbd12f 100644 --- a/lib/Db/ItemMapper.php +++ b/lib/Db/ItemMapper.php @@ -521,8 +521,8 @@ class ItemMapper extends Mapper ->execute(); } /** - * Performs a SELECT query with all arguments appened to the WHERE clause - * The SELECT will be performed on the current table and take the entity + * Performs a SELECT query with all arguments appended to the WHERE clause + * The SELECT will be performed on the current table and takes the entity * that is related for transforming the properties into column names * * Important: This method does not filter marked as deleted rows! -- cgit v1.2.3