aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/userController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/userController.php')
-rw-r--r--app/Controllers/userController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/userController.php b/app/Controllers/userController.php
index 6f5b27280..e634c3992 100644
--- a/app/Controllers/userController.php
+++ b/app/Controllers/userController.php
@@ -65,7 +65,7 @@ class FreshRSS_user_Controller extends FreshRSS_ActionController {
* Return if the maximum number of registrations has been reached.
* Note a max_registrations of 0 means there is no limit.
*
- * @return bool true if number of users >= max registrations, false else.
+ * @return bool true if number of users >= max registrations, false otherwise.
*/
public static function max_registrations_reached(): bool {
$limit_registrations = FreshRSS_Context::systemConf()->limits['max_registrations'];