- let's get rid of that `Database::exists()` is being misused for checking table existence
- reformatted array
This commit is contained in:
Roland Häder 2022-06-24 05:47:53 +02:00
parent f689faca99
commit 804b759df1
No known key found for this signature in database
GPG key ID: C82EDE5DDFA0BA77
2 changed files with 8 additions and 2 deletions

View file

@ -825,6 +825,7 @@ class Database
*
* @return boolean Are there rows for that condition?
* @throws \Exception
* @todo Get rid of the DBStructure::existsTable() invocation
*/
public function exists(string $table, array $condition): bool
{