From f62c28008ae94da1730ab792b7f736f8eea41a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Tue, 21 Jun 2022 11:10:11 +0200 Subject: [PATCH] Removed comment --- src/Database/Database.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Database/Database.php b/src/Database/Database.php index 384e1d1a6..8c2cd0241 100644 --- a/src/Database/Database.php +++ b/src/Database/Database.php @@ -1527,7 +1527,6 @@ class Database */ public function count($table, array $condition = [], array $params = []): int { - // @TODO Can we dump this to have ": int" as returned type-hint? if (empty($table)) { throw new InvalidArgumentException('Parameter "table" cannot be empty.'); }