xref: /webtrees/phpstan.neon.dist (revision 81585c874c45034cf46a445fc8622728464b24a8)
1includes:
2	- phpstan-baseline.neon
3
4parameters:
5    dynamicConstantNames:
6        - Webtrees::DEBUG
7        - Webtrees::ERROR_REPORTING
8    ignoreErrors:
9        - '#^Access to an undefined property object::\$[A-Za-z0-9_]+\.$#'
10