aboutsummaryrefslogtreecommitdiff
path: root/classes/Pref_Feeds.php
diff options
context:
space:
mode:
authorwn_ <invalid@email.com>2024-11-12 03:15:53 +0000
committerwn_ <invalid@email.com>2024-11-12 03:15:53 +0000
commita784305cc764a7e039ad87074f541db68a653a5a (patch)
tree508c428e11d5559c3c25ad01ffe1ba474f7da270 /classes/Pref_Feeds.php
parente4c57769e005e75b80ec0fa206fed8ff69e58162 (diff)
Address PHPStan findings as of 2.0.1
Diffstat (limited to 'classes/Pref_Feeds.php')
-rw-r--r--classes/Pref_Feeds.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/Pref_Feeds.php b/classes/Pref_Feeds.php
index 5ca557c84..8101b9531 100644
--- a/classes/Pref_Feeds.php
+++ b/classes/Pref_Feeds.php
@@ -240,8 +240,7 @@ class Pref_Feeds extends Handler_Protected {
/**
* Uncategorized is a special case.
*
- * Define a minimal array shape to help PHPStan with the type of $cat['items']
- * @var array{items: array<int, array<string, mixed>>} $cat
+ * @var array{id: string, bare_id: int, auxcounter: int, name: string, items: array<int, array<string, mixed>>, type: 'category', checkbox: bool, unread: int, child_unread: int}
*/
$cat = [
'id' => 'CAT:0',