chore: group PHP-related templates

This commit is contained in:
Oliver Davies 2023-02-02 00:40:42 +00:00
parent b1da05e9cf
commit 4e861685d9
5 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,6 @@
parameters:
level: {{ php.phpstan.level }}
paths:
{% for path in php.phpstan.paths | default(["src"]) -%}
- {{ path }}
{% endfor %}