Browse Source

fix data types

pull/8/head
d47081 2 years ago
parent
commit
987b00a724
  1. 2
      library/sqlite.php

2
library/sqlite.php

@ -118,7 +118,7 @@ class SQLite { @@ -118,7 +118,7 @@ class SQLite {
}
}
public function getData(bool $namehash = false, bool $txid = false, bool $search = false, int $start = 0, int $limit = 10) {
public function getData(string $namehash = '', string $txid = '', string $search = '', int $start = 0, int $limit = 10) {
try {

Loading…
Cancel
Save