Made @TODO more clear?

This commit is contained in:
Roland Häder 2022-06-25 17:58:27 +02:00
parent 4164cdacf5
commit e10dd20036
No known key found for this signature in database
GPG Key ID: C82EDE5DDFA0BA77

View 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
{