projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4164cda
)
Made @TODO more clear?
author
Roland Häder
<roland@mxchange.org>
Sat, 25 Jun 2022 15:58:27 +0000
(17:58 +0200)
committer
Roland Häder
<roland@mxchange.org>
Sat, 25 Jun 2022 15:58:27 +0000
(17:58 +0200)
src/Database/Database.php
patch
|
blob
|
history
diff --git
a/src/Database/Database.php
b/src/Database/Database.php
index 867cda33e56e127552be5a1bc0c6cf175250d1ca..6e5e147da942280a90802dcb22161fa94c4b51ae 100644
(file)
--- a/
src/Database/Database.php
+++ b/
src/Database/Database.php
@@
-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
{