mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 18:37:32 +00:00
9 lines
175 B
Twig
9 lines
175 B
Twig
# {{ managedText | raw }}
|
|
|
|
parameters:
|
|
level: {{ php.phpstan.level }}
|
|
paths:
|
|
{% for path in php.phpstan.paths | default(["src"]) -%}
|
|
- {{ path }}
|
|
{% endfor %}
|