From ab40391d98541c9c7c02875e08bb38a3d7232d12 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz>
Date: Wed, 2 Dec 2020 17:17:27 +0100
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 src/TableManager.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/TableManager.php b/src/TableManager.php
index 7a921cd..0a6e04c 100644
--- a/src/TableManager.php
+++ b/src/TableManager.php
@@ -46,7 +46,10 @@ final class TableManager
 	}
 
 	/**
-	 * @param array<string, mixed> $conditions
+	 * @param array<string, mixed> $conditions Conditions provides low-level access to "where" clause concatenated by %and. 
+	 *                                         More: https://dibiphp.com/en/documentation
+	 *                                         Note! Types and names are currently NOT mapped.
+	 *                                         Please follow https://gitlab.grifart.cz/grifart/tables/-/issues/2 on progress.
 	 * @return Row[] (subclass of row)
 	 */
 	public function findBy(Table $table, array $conditions): array
-- 
GitLab