fix data types

This commit is contained in:
d47081 2022-07-15 17:43:11 +03:00
parent a8bd6c5e5a
commit 987b00a724

View File

@ -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 {