Removed comment
This commit is contained in:
parent
cefffde691
commit
f62c28008a
|
@ -1527,7 +1527,6 @@ class Database
|
||||||
*/
|
*/
|
||||||
public function count($table, array $condition = [], array $params = []): int
|
public function count($table, array $condition = [], array $params = []): int
|
||||||
{
|
{
|
||||||
// @TODO Can we dump this to have ": int" as returned type-hint?
|
|
||||||
if (empty($table)) {
|
if (empty($table)) {
|
||||||
throw new InvalidArgumentException('Parameter "table" cannot be empty.');
|
throw new InvalidArgumentException('Parameter "table" cannot be empty.');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user