mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix(richobjectstrings): Fix typo in docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
5faa6e48e5
commit
ac693ee4d6
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ namespace OCP\RichObjectStrings;
|
|||
*/
|
||||
interface IValidator {
|
||||
/**
|
||||
* Only alphanumeric, dash, underscore and got are allowed, starting with a character
|
||||
* Only alphanumeric, dash, underscore and dot are allowed, starting with a character
|
||||
* @since 31.0.0
|
||||
*/
|
||||
public const PLACEHOLDER_REGEX = '[A-Za-z][A-Za-z0-9\-_.]+';
|
||||
|
|
|
|||
Loading…
Reference in a new issue