]> git.mxchange.org Git - friendica.git/commitdiff
Removed comment
authorRoland Häder <roland@mxchange.org>
Tue, 21 Jun 2022 09:10:11 +0000 (11:10 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 21 Jun 2022 11:47:38 +0000 (13:47 +0200)
src/Database/Database.php

index 384e1d1a658dee0731c979fe0e254d1b4541dedd..8c2cd0241d7c9d686ed14ca0613380ae23bbbb43 100644 (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.');
                }