[DOCS] Extend comment to prevent fatal errors on generated strings (#43)

Signed-off-by: Ramon Fincken <github-fair-pm@wpramon.com>
Signed-off-by: Joost de Valk <joost@altha.nl>
Co-authored-by: Ramon Fincken <github-fair-pm@wpramon.com>
Co-authored-by: Joost de Valk <joost@altha.nl>
This commit is contained in:
Ramon Fincken 2025-06-11 22:20:17 +02:00 committed by GitHub
parent b44446c448
commit 8978db5838
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@
namespace FAIR\Salts;
/**
* This is the character set used for various functions.
* This is the character set used for various functions. Refrain from using \ (backslash) to prevent errors.
*/
const CHARACTER_SET = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()-_ []{}<>~`+=,.;:/?|';