blob: 43131c9c0d4fe80c284d3c28e66de811c1a4eefc (
plain)
1
2
3
4
5
6
7
8
9
|
includes:
- phpstan-baseline.neon
parameters:
dynamicConstantNames:
- Webtrees::DEBUG
- Webtrees::ERROR_REPORTING
ignoreErrors:
- '#^Access to an undefined property object::\$[A-Za-z0-9_]+\.$#'
|