Escape single quotes and backslashes

This commit is contained in:
Philipp Holzer 2023-01-03 15:36:36 +01:00
commit dd88d193b9
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
3 changed files with 10 additions and 3 deletions

View file

@ -34,5 +34,6 @@ return [
'theme' => 'frio',
'int' => 23,
'float' => 2.5,
'with special chars' => 'I can\'t follow this "$&§%"$%§$%&\'[),',
],
];