summaryrefslogtreecommitdiff
path: root/phpstan-baseline.neon
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-02-14 09:28:35 +0000
committerGreg Roach <greg@subaqua.co.uk>2021-02-14 09:36:28 +0000
commit663dd9d85326d3016550248671b2f0eba8949cb3 (patch)
tree265aaa4becbd073cbbdc13515e0195ee5cbdc3fb /phpstan-baseline.neon
parentae0043b720d44ad147874b2a3afe4e7a347c314a (diff)
downloadwebtrees-663dd9d85326d3016550248671b2f0eba8949cb3.tar.gz
webtrees-663dd9d85326d3016550248671b2f0eba8949cb3.tar.bz2
webtrees-663dd9d85326d3016550248671b2f0eba8949cb3.zip
Fix: #3711 - the table wt_placelocation may contain duplicates
Diffstat (limited to 'phpstan-baseline.neon')
-rw-r--r--phpstan-baseline.neon10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index 604d360181..edc3f7522e 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -1560,6 +1560,16 @@ parameters:
path: app/Report/TcpdfWrapper.php
-
+ message: "#^Access to an undefined property object\\:\\:\\$max\\.$#"
+ count: 2
+ path: app/Schema/Migration44.php
+
+ -
+ message: "#^Access to an undefined property object\\:\\:\\$min\\.$#"
+ count: 1
+ path: app/Schema/Migration44.php
+
+ -
message: "#^Anonymous function should return Fisharebest\\\\Webtrees\\\\Source but returns Fisharebest\\\\Webtrees\\\\Source\\|null\\.$#"
count: 1
path: app/Services/AdminService.php