summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2020-12-26 13:22:42 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-12-30 11:21:44 +0100
commitd3cd465d87f24a213c62856be2a313a2273a8920 (patch)
treebece2b12fe3a0aadd6f0765a3889f11a2066bbd4
parent05377d023ef4d43818a4b42039c8143cb0f907e4 (diff)
Improve itemmapper wording
Co-authored-by: anoy. <anoymouserver@users.noreply.github.com>
-rw-r--r--lib/Db/ItemMapper.php4
1 files 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!