]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/Database.php
Changes:
[friendica.git] / src / Database / Database.php
index 8c2cd0241d7c9d686ed14ca0613380ae23bbbb43..384e1d1a658dee0731c979fe0e254d1b4541dedd 100644 (file)
@@ -1527,6 +1527,7 @@ 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.');
                }