Merge pull request #492 from jmsche/alice-extra-blacklist

Nelmio Alice: blacklist PHP native functions that match formatters
This commit is contained in:
Christophe Coevoet
2018-12-08 16:45:48 +00:00
committed by GitHub
@@ -1,3 +1,9 @@
nelmio_alice:
functions_blacklist:
- 'current'
- 'shuffle'
- 'date'
- 'time'
- 'file'
- 'md5'
- 'sha1'