make phpstan happy
This commit is contained in:
parent
af5c64045b
commit
53bd56894d
|
@ -239,7 +239,7 @@ class Article extends Handler_Protected {
|
|||
print json_encode(["id" => (int)$id, "tags" => $this->_get_tags($id)]);
|
||||
}
|
||||
|
||||
function completeTags() {
|
||||
function completeTags(): void {
|
||||
$search = clean($_REQUEST["search"]);
|
||||
|
||||
$sth = $this->pdo->prepare("SELECT DISTINCT tag_name FROM ttrss_tags
|
||||
|
|
Loading…
Reference in New Issue