mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 10:37:31 +00:00
17 lines
288 B
Twig
17 lines
288 B
Twig
|
# {{ managedText | raw }}
|
||
|
|
||
|
parameters:
|
||
|
level: {{ php.phpstan.level }}
|
||
|
excludePaths:
|
||
|
- *Test.php
|
||
|
- *TestBase.php
|
||
|
paths:
|
||
|
{% for path in php.phpstan.paths -%}
|
||
|
- {{ path }}
|
||
|
{%- endfor %}
|
||
|
|
||
|
{% if php.phpstan.baseline %}
|
||
|
includes:
|
||
|
- phpstan-baseline.neon
|
||
|
{% endif %}
|