mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Nelmio Alice: blacklist PHP native functions that match formatters
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
nelmio_alice:
|
||||
functions_blacklist:
|
||||
- 'current'
|
||||
- 'shuffle'
|
||||
- 'date'
|
||||
- 'time'
|
||||
- 'file'
|
||||
- 'md5'
|
||||
- 'sha1'
|
||||
|
||||
Reference in New Issue
Block a user