aboutsummaryrefslogtreecommitdiff
path: root/app/FreshRSS.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/FreshRSS.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/FreshRSS.php')
-rw-r--r--app/FreshRSS.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php
index 64b8d13ae..dc5ed0999 100644
--- a/app/FreshRSS.php
+++ b/app/FreshRSS.php
@@ -4,8 +4,7 @@ class FreshRSS extends Minz_FrontController {
/**
* Initialize the different FreshRSS / Minz components.
*
- * PLEASE DON'T CHANGE THE ORDER OF INITIALIZATIONS UNLESS YOU KNOW WHAT
- * YOU DO!!
+ * PLEASE DON’T CHANGE THE ORDER OF INITIALIZATIONS UNLESS YOU KNOW WHAT YOU DO!!
*
* Here is the list of components:
* - Create a configuration setter and register it to system conf
@@ -37,7 +36,7 @@ class FreshRSS extends Minz_FrontController {
Minz_ExtensionManager::init();
// Auth has to be initialized before using currentUser session parameter
- // because it's this part which create this parameter.
+ // because it’s this part which create this parameter.
self::initAuth();
if (FreshRSS_Context::$user_conf == null) {
FreshRSS_Context::initUser();