Skip to content

Commit

Permalink
Qual: Add phan stub files to phpstan configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Mar 9, 2024
1 parent e00a981 commit 9abb52e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ parameters:
paths:
- htdocs
- scripts
stubFiles:
# - dev/tools/phan/stubs/GeoIP2.php
# - dev/tools/phan/stubs/geoip_inc.php
- dev/tools/phan/stubs/module_numberwords.php
- dev/tools/phan/stubs/restler.php
- dev/tools/phan/stubs/stripe.php
- dev/tools/phan/stubs/swiss-qr-bill.php
excludePaths:
analyseAndScan:
- htdocs/custom/*
Expand Down

0 comments on commit 9abb52e

Please sign in to comment.