Made @TODO more clear?
This commit is contained in:
parent
4164cdacf5
commit
e10dd20036
|
@ -825,7 +825,7 @@ class Database
|
||||||
*
|
*
|
||||||
* @return boolean Are there rows for that condition?
|
* @return boolean Are there rows for that condition?
|
||||||
* @throws \Exception
|
* @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
|
public function exists(string $table, array $condition): bool
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user