aboutsummaryrefslogtreecommitdiff
path: root/app/Models/ReadingMode.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/ReadingMode.php')
-rw-r--r--app/Models/ReadingMode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/ReadingMode.php b/app/Models/ReadingMode.php
index 60c7e76e1..01edc6a4c 100644
--- a/app/Models/ReadingMode.php
+++ b/app/Models/ReadingMode.php
@@ -59,7 +59,7 @@ class FreshRSS_ReadingMode {
}
/**
- * @return array<FreshRSS_ReadingMode> the built-in reading modes
+ * @return list<FreshRSS_ReadingMode> the built-in reading modes
*/
public static function getReadingModes(): array {
$actualView = Minz_Request::actionName();