mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
Fix the type of Labels::update_cache()
This commit is contained in:
@@ -71,7 +71,8 @@ class Labels
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array<int, array<int, array<int, int|string>>> $labels
|
||||
* @param array{'no-labels': 1}|array<int, array<int, array{0: int, 1: string, 2: string, 3: string}>> $labels
|
||||
* [label_id, caption, fg_color, bg_color]
|
||||
*
|
||||
* @see Article::_get_labels()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user