aboutsummaryrefslogtreecommitdiff
path: root/app/Services/ExportService.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-01-08 21:58:55 +0100
committerGravatar GitHub <noreply@github.com> 2022-01-08 21:58:55 +0100
commit1acd3ab09be1b65bfd6122ee351490c3b5527bb8 (patch)
treef11de558e7a09522a45d1c155d9707ecda6bf1eb /app/Services/ExportService.php
parent916df412f5b6f7fb9bcfb705a3c8c23e35304410 (diff)
Use typographic quotes (#4133)
* Use typographic quotes * A few fixes * Fix * Fix not saved * Implement feedback * Detail * Revert spoken English fixes Left for a future dedicated discussion * More reverts * Final reverts * Final minor
Diffstat (limited to 'app/Services/ExportService.php')
-rw-r--r--app/Services/ExportService.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Services/ExportService.php b/app/Services/ExportService.php
index d8db4df71..7069ccec1 100644
--- a/app/Services/ExportService.php
+++ b/app/Services/ExportService.php
@@ -61,7 +61,7 @@ class FreshRSS_Export_Service {
/**
* Generate the starred and labelled entries file content.
*
- * Both starred and labelled entries are put into a "starred" file, that's
+ * Both starred and labelled entries are put into a "starred" file, that’s
* why there is only one method for both.
*
* @param string $type must be one of:
@@ -100,7 +100,7 @@ class FreshRSS_Export_Service {
* @param integer $max_number_entries
*
* @return array|null First item is the filename, second item is the content.
- * It also can return null if the feed doesn't exist.
+ * It also can return null if the feed doesn’t exist.
*/
public function generateFeedEntries($feed_id, $max_number_entries) {
$feed = $this->feed_dao->searchById($feed_id);