6 lines
148 B
Twig
6 lines
148 B
Twig
parameters:
|
|
level: {{ php.phpstan.level }}
|
|
paths:
|
|
{% for path in php.phpstan.paths | default(["src"]) -%}
|
|
- {{ path }}
|
|
{% endfor %}
|