aboutsummaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-03-04 13:30:45 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-03-04 13:30:45 +0100
commitb3239256dc6d188cda970adab516b3fcf1b86129 (patch)
treed8e65dd9784834ba2e82ce7ee94b4718f8af19ea /phpstan.neon
parent27b71ffa99f7dff013fb8d51d020ed628e0d2ce6 (diff)
parent0fe0ce894cbad09757d719dd4b400b9862c1a12a (diff)
Merge branch 'edge' into latest
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon22
1 files changed, 10 insertions, 12 deletions
diff --git a/phpstan.neon b/phpstan.neon
index 91509245f..846731c70 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -7,18 +7,16 @@ parameters:
paths:
- .
excludePaths:
- - .git/*
- - lib/phpmailer/*
- - lib/SimplePie/*
- - node_modules/*
- # TODO: include tests
- - tests/*
- - vendor/*
- scanDirectories:
- - lib/phpmailer/
- - lib/SimplePie/
+ analyse:
+ - lib/marienfressinaud/*
+ - lib/phpmailer/*
+ - lib/SimplePie/*
+ analyseAndScan:
+ - .git/*
+ - node_modules/*
+ # TODO: include tests
+ - tests/*
+ - vendor/*
bootstrapFiles:
- cli/_cli.php
- lib/favicons.php
- - lib/SimplePie/SimplePie.php
- - app/SQL/install.sql.sqlite.php