Explorar el Código

remove further type hints for compatibility

El RIDO hace 7 años
padre
commit
fb0c9c595e
Se han modificado 1 ficheros con 1 adiciones y 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);