remove further type hints for compatibility
This commit is contained in:
parent
b1d35057cc
commit
fb0c9c595e
@ -475,7 +475,7 @@ class Database extends AbstractData
|
||||
* @throws PDOException
|
||||
* @return array
|
||||
*/
|
||||
private static function _select($sql, array $params, bool $firstOnly = false)
|
||||
private static function _select($sql, array $params, $firstOnly = false)
|
||||
{
|
||||
$statement = self::$_db->prepare($sql);
|
||||
$statement->execute($params);
|
||||
|
Loading…
Reference in New Issue
Block a user