diff --git a/build.yaml b/build.yaml index a1f4253..bac6d9e 100644 --- a/build.yaml +++ b/build.yaml @@ -15,6 +15,8 @@ php: standard: Drupal,DrupalPractice phpstan: level: max + paths: + - web/modules/custom drupal: docroot: web diff --git a/phpstan.neon.dist b/phpstan.neon.dist index b629b09..2fa6466 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -3,5 +3,5 @@ parameters: level: max paths: - - src + - web/modules/custom \ No newline at end of file