11 lines
227 B
Twig
11 lines
227 B
Twig
# {{ managedText | raw }}
|
|
|
|
parameters:
|
|
level: {{ php.phpstan.level }}
|
|
ignorePaths:
|
|
- *Test.php
|
|
- *TestBase.php
|
|
paths:
|
|
{% for path in php.phpstan.paths | default(["src"]) -%}
|
|
- {{ path }}
|
|
{%- endfor %}
|