Removed comment

This commit is contained in:
Roland Häder 2022-06-21 11:10:11 +02:00
parent cefffde691
commit f62c28008a
Signed by: roland
GPG Key ID: C82EDE5DDFA0BA77
1 changed files with 0 additions and 1 deletions

View File

@ -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.');
}