From 9abb52ec525467e828487320bd8fa3cbc2916ca8 Mon Sep 17 00:00:00 2001 From: MDW Date: Sat, 9 Mar 2024 15:31:52 +0100 Subject: [PATCH] Qual: Add phan stub files to phpstan configuration --- phpstan.neon | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index a4ddc37775174..8951e8ddaa2a6 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -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/*