mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
Constructor of class DatabaseResult_Mysqli has an unused parameter $resultless - Part 2
This commit is contained in:
parent
153bd79ca5
commit
0f02b9eb52
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ class Database_Mysqli extends Database_Abstract
|
|||
*/
|
||||
function ex(string $query, ?array $values = null): void
|
||||
{
|
||||
$this->_dq($query, $values, true);
|
||||
$this->_dq($query, $values);
|
||||
}
|
||||
|
||||
private function _dq(string $query, ?array $values = null) : DatabaseResult_Abstract
|
||||
|
|
|
|||
Loading…
Reference in a new issue