mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
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
|
* @throws PDOException
|
||||||
* @return array
|
* @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 = self::$_db->prepare($sql);
|
||||||
$statement->execute($params);
|
$statement->execute($params);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user