diff options
Diffstat (limited to 'app/Services/ExportService.php')
| -rw-r--r-- | app/Services/ExportService.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Services/ExportService.php b/app/Services/ExportService.php index fd5d48f72..10d5ca2cc 100644 --- a/app/Services/ExportService.php +++ b/app/Services/ExportService.php @@ -87,8 +87,8 @@ class FreshRSS_Export_Service { /** * Generate the entries file content for the given feed. - * @param integer $feed_id - * @param integer $max_number_entries + * @param int $feed_id + * @param int $max_number_entries * @return array{0:string,1:string}|null First item is the filename, second item is the content. * It also can return null if the feed doesn’t exist. */ |
