summaryrefslogtreecommitdiff
path: root/phpstan.neon.dist
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-11-15 13:20:16 +0000
committerGreg Roach <greg@subaqua.co.uk>2022-11-18 11:55:56 +0000
commit748dbe155a6d19d66918ad136947fa23ee8f8469 (patch)
treeed4743592d3b0aea968f9cbae7e5d32c00b546fe /phpstan.neon.dist
parentf783aa1f4cd6d54a90d24a3d6be2996a3951fced (diff)
downloadwebtrees-748dbe155a6d19d66918ad136947fa23ee8f8469.tar.gz
webtrees-748dbe155a6d19d66918ad136947fa23ee8f8469.tar.bz2
webtrees-748dbe155a6d19d66918ad136947fa23ee8f8469.zip
Use Validator
Diffstat (limited to 'phpstan.neon.dist')
-rw-r--r--phpstan.neon.dist3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index 43131c9c0d..54664cff4d 100644
--- a/phpstan.neon.dist
+++ b/phpstan.neon.dist
@@ -2,8 +2,5 @@ includes:
- phpstan-baseline.neon
parameters:
- dynamicConstantNames:
- - Webtrees::DEBUG
- - Webtrees::ERROR_REPORTING
ignoreErrors:
- '#^Access to an undefined property object::\$[A-Za-z0-9_]+\.$#'