mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Remove all type declarations in DBHelper/DBStmtHelper methods inherited from PDO, for broad compatibility with PHP 7 and 8
This commit is contained in:
parent
80afad9d07
commit
a6872d6e2a
2 changed files with 6 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ class DBStmtHelper extends \PDOStatement
|
|||
* @param array $params
|
||||
* @return bool
|
||||
*/
|
||||
public function execute(?array $params = null): bool
|
||||
public function execute($params = null): bool
|
||||
{
|
||||
$start_time = microtime(true);
|
||||
$db_class = DB::getInstance($this->_type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue