]> git.mxchange.org Git - friendica.git/commitdiff
Made @TODO more clear?
authorRoland Häder <roland@mxchange.org>
Sat, 25 Jun 2022 15:58:27 +0000 (17:58 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 25 Jun 2022 15:58:27 +0000 (17:58 +0200)
src/Database/Database.php

index 867cda33e56e127552be5a1bc0c6cf175250d1ca..6e5e147da942280a90802dcb22161fa94c4b51ae 100644 (file)
@@ -825,7 +825,7 @@ class Database
         *
         * @return boolean Are there rows for that condition?
         * @throws \Exception
-        * @todo Get rid of the DBStructure::existsTable() invocation
+        * @todo Please unwrap the DBStructure::existsTable() call so this method has one behavior only: checking existence on records
         */
        public function exists(string $table, array $condition): bool
        {