]> git.agnieray.net Git - galette.git/blob - phpstan.neon
Exclude error handlers from phpstan checks (not v4 right now)
[galette.git] / phpstan.neon
1 parameters:
2 parallel:
3 maximumNumberOfProcesses: 2
4 level: 0
5 paths:
6 - galette/lib/
7 scanDirectories:
8 - galette/includes/
9 ignoreErrors:
10 - '/Instantiated class XHProfRuns_Default not found/'
11 - '/Attribute class .*\\Inject does not exist./'
12 excludePaths:
13 - galette/lib/Galette/Handlers/*.php