aboutsummaryrefslogtreecommitdiff
path: root/app/Models/AttributesTrait.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/AttributesTrait.php')
-rw-r--r--app/Models/AttributesTrait.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/AttributesTrait.php b/app/Models/AttributesTrait.php
index f30b11b5d..05fcb3c1b 100644
--- a/app/Models/AttributesTrait.php
+++ b/app/Models/AttributesTrait.php
@@ -48,7 +48,7 @@ trait FreshRSS_AttributesTrait {
}
/** @param string|array<string,mixed> $values Values, not HTML-encoded */
- public function _attributes($values): void {
+ public function _attributes(string|array $values): void {
if (is_string($values)) {
$values = json_decode($values, true);
}