1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 02:15:56 +00:00

Address PHPStan warnings in 'classes/rpc.php'.

Also a couple minor fixes in 'classes/article.php' and 'classes/labels.php'.
This commit is contained in:
wn_
2021-11-12 05:42:55 +00:00
parent 011c941e7c
commit 9db5e402a0
3 changed files with 51 additions and 29 deletions

View File

@@ -71,7 +71,7 @@ class Labels
}
/**
* @param array<int, array<int, array<int, int|string>> $labels
* @param array<int, array<int, array<int, int|string>>> $labels
*
* @see Article::_get_labels()
*/