]> git.agnieray.net Git - galette.git/blob - phpstan.neon
Bump version, update changelog
[galette.git] / phpstan.neon
1 parameters:
2 parallel:
3 maximumNumberOfProcesses: 2
4 level: 4
5 paths:
6 - galette/lib/
7 scanFiles:
8 - galette/config/paths.inc.php
9 - galette/config/versions.inc.php
10 - galette/config/config.inc.php.dist
11 - galette/config/galette_tcpdf_config.php
12 scanDirectories:
13 - galette/includes/
14 dynamicConstantNames:
15 - GALETTE_NIGHTLY
16 ignoreErrors:
17 - '/Instantiated class XHProfRuns_Default not found/'
18 - '/Attribute class .*\\Inject does not exist./'
19 - '/Cannot access property .* on .*ArrayObject.*/'
20 - '/Access to an undefined property ArrayObject.*/'