mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 02:27: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 %}
|