mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +09:00
Fix DBStmtHelper compatibility with PHP <= 7.4
This commit is contained in:
parent
f4c09bf634
commit
9b5160eb94
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class DBStmtHelper extends \PDOStatement
|
||||||
* @param ?array $params
|
* @param ?array $params
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function execute(?array $params = null): bool
|
public function execute($params = null): bool
|
||||||
{
|
{
|
||||||
$start_time = microtime(true);
|
$start_time = microtime(true);
|
||||||
$db_class = DB::getInstance($this->_type);
|
$db_class = DB::getInstance($this->_type);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue