From 10f0982272d0d156f819bcd867b22394c07f5c05 Mon Sep 17 00:00:00 2001 From: MDW Date: Sun, 10 Mar 2024 11:53:46 +0100 Subject: [PATCH] Re-enable stubs --- phpstan.neon.dist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index d521015a57fe9..7f82dc3c9c23f 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -16,10 +16,10 @@ parameters: # 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 + - 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/*