feat(drupal): re-add phpstan.neon.dist
This commit is contained in:
parent
af24a4b4fa
commit
f911d52573
2 changed files with 17 additions and 0 deletions
16
templates/drupal/phpstan.neon.dist.twig
Normal file
16
templates/drupal/phpstan.neon.dist.twig
Normal file
|
@ -0,0 +1,16 @@
|
|||
# {{ managedText | raw }}
|
||||
|
||||
parameters:
|
||||
level: {{ php.phpstan.level }}
|
||||
excludePaths:
|
||||
- *Test.php
|
||||
- *TestBase.php
|
||||
paths:
|
||||
{% for path in php.phpstan.paths -%}
|
||||
- {{ path }}
|
||||
{%- endfor %}
|
||||
|
||||
{% if php.phpstan.baseline %}
|
||||
includes:
|
||||
- phpstan-baseline.neon
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue