diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-03-10 07:53:13 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-03-10 11:49:58 +0000 |
| commit | 9d173e094e5b348a433a5b110540119c0721061a (patch) | |
| tree | 07b714d752fe0d7d11badc58ebf30882a1d52659 /phpstan-baseline.neon | |
| parent | aae17343f70d88ac1035ce8c074834d6aa91c4f1 (diff) | |
| download | webtrees-9d173e094e5b348a433a5b110540119c0721061a.tar.gz webtrees-9d173e094e5b348a433a5b110540119c0721061a.tar.bz2 webtrees-9d173e094e5b348a433a5b110540119c0721061a.zip | |
Fix: #3566 - importing very large GEDCOM files
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 6f06419ad3..0f0a3b548f 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -400,18 +400,18 @@ parameters: path: app/Http/RequestHandlers/FixLevel0MediaData.php - - message: "#^Cannot access property \\$chunk_data on object\\|null\\.$#" - count: 6 + message: "#^Access to an undefined property object\\:\\:\\$gedcom_chunk_id\\.$#" + count: 3 path: app/Http/RequestHandlers/GedcomLoad.php - - message: "#^Cannot access property \\$gedcom_chunk_id on object\\|null\\.$#" - count: 2 + message: "#^Access to an undefined property object\\:\\:\\$chunk_data\\.$#" + count: 5 path: app/Http/RequestHandlers/GedcomLoad.php - - message: "#^Access to an undefined property object\\:\\:\\$chunk_data\\.$#" - count: 2 + message: "#^Cannot access property \\$chunk_data on object\\|null\\.$#" + count: 3 path: app/Http/RequestHandlers/GedcomLoad.php - @@ -420,7 +420,7 @@ parameters: path: app/Http/RequestHandlers/GedcomLoad.php - - message: "#^Access to an undefined property object\\:\\:\\$gedcom_chunk_id\\.$#" + message: "#^Cannot access property \\$gedcom_chunk_id on object\\|null\\.$#" count: 1 path: app/Http/RequestHandlers/GedcomLoad.php |
