mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 09:02:41 +00:00
Fix failing tests
Not sure how I missed this...
This commit is contained in:
parent
21db3d0f52
commit
87fce033bd
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class Statement extends \JKingWeb\Arsse\Db\AbstractStatement {
|
||||||
protected $db;
|
protected $db;
|
||||||
protected $st;
|
protected $st;
|
||||||
|
|
||||||
public function __construct(\SQLite3 $db, \SQLite3Stmt $st, array $bindings = [], array $preValues, array $postValues) {
|
public function __construct(\SQLite3 $db, \SQLite3Stmt $st, array $bindings = [], array $preValues = [], array $postValues = []) {
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
$this->st = $st;
|
$this->st = $st;
|
||||||
$this->rebindArray($bindings);
|
$this->rebindArray($bindings);
|
||||||
|
|
Loading…
Reference in a new issue