From e10dd20036d80e918ad0a047a63a32c9fce947b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Sat, 25 Jun 2022 17:58:27 +0200 Subject: [PATCH] Made @TODO more clear? --- src/Database/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/Database.php b/src/Database/Database.php index 867cda33e..6e5e147da 100644 --- a/src/Database/Database.php +++ b/src/Database/Database.php @@ -825,7 +825,7 @@ class Database * * @return boolean Are there rows for that condition? * @throws \Exception - * @todo Get rid of the DBStructure::existsTable() invocation + * @todo Please unwrap the DBStructure::existsTable() call so this method has one behavior only: checking existence on records */ public function exists(string $table, array $condition): bool {