1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-06-20 22:54:05 +00:00

Improve wording

Co-authored-by: Samuel Stancl <samuel@archte.ch>
This commit is contained in:
lukinovec 2026-06-08 11:02:34 +02:00 committed by GitHub
parent 4386a3b1a3
commit 9ea085ef05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,7 +85,7 @@ trait ValidatesDatabaseParameters
/**
* Ensure password only contains allowed characters (allowedPasswordCharacters())
* before used in SQL statements.
* before being used in SQL statements.
*
* Used in permission controlled managers as a shorthand for calling validateParameter()
* with the less strict allowlist to validate database user passwords.