ソースを参照

remove further type hints for compatibility

El RIDO 7 年 前
コミット
fb0c9c595e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/Data/Database.php

+ 1 - 1
lib/Data/Database.php

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