mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 19:35:33 +01:00
Add remaining templates
This commit is contained in:
parent
014b6dabeb
commit
579c476a54
8 changed files with 198 additions and 5 deletions
6
templates/phpstan.neon.twig
Normal file
6
templates/phpstan.neon.twig
Normal file
|
@ -0,0 +1,6 @@
|
|||
parameters:
|
||||
level: {{ php.phpstan.level }}
|
||||
paths:
|
||||
{% for path in php.phpstan.paths | default(["src"]) -%}
|
||||
- {{ path }}
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue