1
0
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:
wn_
2021-11-13 14:41:22 +00:00
parent f2323bda81
commit b37a03fb31
2 changed files with 4 additions and 1 deletions

View File

@@ -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()
*/