build: set PHPStan paths

This commit is contained in:
Oliver Davies 2023-04-21 12:42:01 +01:00
parent 67a9f556c4
commit 8577874480
2 changed files with 3 additions and 1 deletions

View file

@ -15,6 +15,8 @@ php:
standard: Drupal,DrupalPractice
phpstan:
level: max
paths:
- web/modules/custom
drupal:
docroot: web

View file

@ -3,5 +3,5 @@
parameters:
level: max
paths:
- src
- web/modules/custom