diff options
Diffstat (limited to 'app/Models/Auth.php')
| -rw-r--r-- | app/Models/Auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Auth.php b/app/Models/Auth.php index 7259025b3..90fb128d4 100644 --- a/app/Models/Auth.php +++ b/app/Models/Auth.php @@ -190,7 +190,7 @@ class FreshRSS_Auth { break; case 'http_auth': case 'none': - // Nothing to do... + // Nothing to do… break; default: // TODO: extensions |
