Sfoglia il codice sorgente

remove further type hints for compatibility

El RIDO 7 anni fa
parent
commit
fb0c9c595e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);