summaryrefslogtreecommitdiff
path: root/phpstan-baseline.neon
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-05-13 10:43:42 +0100
committerGreg Roach <greg@subaqua.co.uk>2025-05-13 10:43:42 +0100
commit036af8696129956af9534bd1e19e74a9d2305337 (patch)
treeba19f51f272e06c7fed2b7b28df14034199322bd /phpstan-baseline.neon
parentb58a5cf7f9517ca9e16991fcdfc18179b774ee71 (diff)
downloadwebtrees-036af8696129956af9534bd1e19e74a9d2305337.tar.gz
webtrees-036af8696129956af9534bd1e19e74a9d2305337.tar.bz2
webtrees-036af8696129956af9534bd1e19e74a9d2305337.zip
Use ZipArchive directly, instead of ZipArchiveAdapter
Diffstat (limited to 'phpstan-baseline.neon')
-rw-r--r--phpstan-baseline.neon6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index 85b2528cb0..449f356322 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -6325,6 +6325,12 @@ parameters:
path: app/Services/GedcomExportService.php
-
+ message: '#^Parameter \#2 \$content of method ZipArchive\:\:addFromString\(\) expects string, string\|false given\.$#'
+ identifier: argument.type
+ count: 2
+ path: app/Services/GedcomExportService.php
+
+ -
message: '#^Parameter \#2 \$subject of function preg_match expects string, mixed given\.$#'
identifier: argument.type
count: 1