mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-13 05:26:56 +00:00
feat(phpstan): include baseline file
This commit is contained in:
parent
a947001772
commit
e715496e76
|
@ -9,3 +9,8 @@ parameters:
|
||||||
{% for path in php.phpstan.paths | default(["src"]) -%}
|
{% for path in php.phpstan.paths | default(["src"]) -%}
|
||||||
- {{ path }}
|
- {{ path }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
||||||
|
{% if php.phpstan.baseline %}
|
||||||
|
includes:
|
||||||
|
- phpstan-baseline.neon
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue