feat(phpstan): include baseline file

This commit is contained in:
Oliver Davies 2023-04-23 20:15:08 +01:00
parent a947001772
commit e715496e76

View file

@ -9,3 +9,8 @@ parameters:
{% for path in php.phpstan.paths | default(["src"]) -%}
- {{ path }}
{%- endfor %}
{% if php.phpstan.baseline %}
includes:
- phpstan-baseline.neon
{% endif %}