Explorar o código

remove further type hints for compatibility

El RIDO %!s(int64=7) %!d(string=hai) anos
pai
achega
fb0c9c595e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/Data/Database.php

+ 1 - 1
lib/Data/Database.php

@@ -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);