Exclude twig-templates temporary folder from phpstan analyse

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-03-24 23:03:07 +01:00
parent 34b9278265
commit d35f7ccfce
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -14,4 +14,5 @@ parameters:
- node_modules/*
- test/sami-config.php
- tmp/*
- twig-templates/*
- vendor/*