mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 13:57:33 +00:00
7 lines
148 B
Twig
7 lines
148 B
Twig
|
parameters:
|
||
|
level: {{ php.phpstan.level }}
|
||
|
paths:
|
||
|
{% for path in php.phpstan.paths | default(["src"]) -%}
|
||
|
- {{ path }}
|
||
|
{% endfor %}
|