summaryrefslogtreecommitdiff
path: root/phpstan.neon.dist
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-02-12 11:04:24 +0000
committerGreg Roach <greg@subaqua.co.uk>2025-02-12 11:04:24 +0000
commit9bad59800a8a81b6263fd5a46e53022ccea4a9a3 (patch)
treebd1e7cdcb2aeb7aead8991bea5a716f189b96f76 /phpstan.neon.dist
parent3dcbd0ef0d16b07dc30b5e27950ce985da1e4197 (diff)
downloadwebtrees-9bad59800a8a81b6263fd5a46e53022ccea4a9a3.tar.gz
webtrees-9bad59800a8a81b6263fd5a46e53022ccea4a9a3.tar.bz2
webtrees-9bad59800a8a81b6263fd5a46e53022ccea4a9a3.zip
phpstan config
Diffstat (limited to 'phpstan.neon.dist')
-rw-r--r--phpstan.neon.dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index 0e770c2b82..099dbab885 100644
--- a/phpstan.neon.dist
+++ b/phpstan.neon.dist
@@ -1,5 +1,6 @@
includes:
- phpstan-baseline.neon
+ - vendor/phpstan/phpstan/conf/bleedingEdge.neon
parameters:
fileExtensions:
@@ -15,6 +16,9 @@ parameters:
- resources/views
- tests
+ dynamicConstantNames:
+ - Fisharebest\Webtrees\Webtrees::STABILITY
+
ignoreErrors:
- '#^Call to an undefined method PHPUnit\\Framework\\MockObject\\Builder\\InvocationStubber::with\(\)\.$#'
- '#^Cannot call method willReturn\(\) on mixed\.$#' \ No newline at end of file