From 306f57c4d0799cf903ac5037d570d234ac62f9ce Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 18 Oct 2020 20:48:19 +0200 Subject: [PATCH] add todos --- DataStorage/Database/DataMapperAbstract.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DataStorage/Database/DataMapperAbstract.php b/DataStorage/Database/DataMapperAbstract.php index c9912a5dc..cd90858d6 100644 --- a/DataStorage/Database/DataMapperAbstract.php +++ b/DataStorage/Database/DataMapperAbstract.php @@ -2684,6 +2684,7 @@ class DataMapperAbstract implements DataMapperInterface * @return mixed * * @since 1.0.0 + * @todo by and for look the same, this cannot be correct. */ public static function getFor($forKey, string $for, int $relations = RelationType::ALL, int $depth = 3) { @@ -2701,6 +2702,7 @@ class DataMapperAbstract implements DataMapperInterface * @return mixed * * @since 1.0.0 + * @todo by and for look the same, this cannot be correct. */ public static function getBy($byKey, string $by, int $relations = RelationType::ALL, int $depth = 3) {