diff options
Diffstat (limited to 'app/Models/UserQuery.php')
| -rw-r--r-- | app/Models/UserQuery.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Models/UserQuery.php b/app/Models/UserQuery.php index dcd17393e..d701b6b44 100644 --- a/app/Models/UserQuery.php +++ b/app/Models/UserQuery.php @@ -13,6 +13,7 @@ class FreshRSS_UserQuery { private string $get = ''; private string $get_name = ''; private string $get_type = ''; + /** XML-encoded name */ private string $name = ''; private string $order = ''; private FreshRSS_BooleanSearch $search; @@ -25,6 +26,7 @@ class FreshRSS_UserQuery { private array $categories; /** @var array<int,FreshRSS_Tag> $labels */ private array $labels; + /** XML-encoded description */ private string $description = ''; private string $imageUrl = ''; |
