From: Roland Häder Date: Tue, 21 Jun 2022 09:10:11 +0000 (+0200) Subject: Removed comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f62c28008ae94da1730ab792b7f736f8eea41a70;p=friendica.git Removed comment --- diff --git a/src/Database/Database.php b/src/Database/Database.php index 384e1d1a65..8c2cd0241d 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.'); }