docs(config): fix unbalanced inline literal in remember-me sample comment

Add missing space before the ``0`` inline literal so the generated RST
in the documentation repo lints cleanly (unbalanced-inline-literals-delimiters
/ missing-space-before-default-role).

Assisted-by: ClaudeCode:claude-opus-4-8
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
pull/61719/head
skjnldsv 2 months ago
parent b1edaaaabb
commit 9e77735161
No known key found for this signature in database
GPG Key ID: 20CCE4F37ED06566
  1. 2
      config/config.sample.php

@ -332,7 +332,7 @@ $CONFIG = [
/**
* Lifetime of logins where the user selected "Remember me", in seconds.
*
* A value >``0`` means "Remember me" is available.
* A value > ``0`` means "Remember me" is available.
* To make "Remember me" unavailable to users, set to ``0``.
*
* To avoid unexpected expiry, set this higher than ``session_lifetime``.

Loading…
Cancel
Save