mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:15:55 +00:00
deal with phpstan warnings in auto_assign_labels and bookmarklets
This commit is contained in:
@@ -11,7 +11,12 @@ class Auto_Assign_Labels extends Plugin {
|
||||
$host->add_hook($host::HOOK_ARTICLE_FILTER, $this);
|
||||
}
|
||||
|
||||
function get_all_labels_filter_format($owner_uid) {
|
||||
/**
|
||||
* @param int $owner_uid
|
||||
* @return array<int, array<int, int|string>>
|
||||
* @throws PDOException
|
||||
*/
|
||||
private function get_all_labels_filter_format(int $owner_uid) : array {
|
||||
$rv = array();
|
||||
|
||||
// TODO: use Labels::get_all()
|
||||
|
||||
Reference in New Issue
Block a user