mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
feat(phpstan): include baseline file
This commit is contained in:
parent
a947001772
commit
e715496e76
1 changed files with 5 additions and 0 deletions
|
@ -9,3 +9,8 @@ parameters:
|
|||
{% for path in php.phpstan.paths | default(["src"]) -%}
|
||||
- {{ path }}
|
||||
{%- endfor %}
|
||||
|
||||
{% if php.phpstan.baseline %}
|
||||
includes:
|
||||
- phpstan-baseline.neon
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue