diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-06-18 14:22:36 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-06-18 14:22:36 +0100 |
| commit | cc6aa1e23de55df7d7a3de1cde89b965ba91ef9b (patch) | |
| tree | 25233a40003d28915854a001bf056da77c16303a /phpstan-baseline.neon | |
| parent | 0b5e35e14f99844aa9853e1a5d9d17d5fe849127 (diff) | |
| download | webtrees-cc6aa1e23de55df7d7a3de1cde89b965ba91ef9b.tar.gz webtrees-cc6aa1e23de55df7d7a3de1cde89b965ba91ef9b.tar.bz2 webtrees-cc6aa1e23de55df7d7a3de1cde89b965ba91ef9b.zip | |
Update JS dependencies
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 9a3c87bf3f..f3e7c28e3c 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -8023,14 +8023,8 @@ parameters: path: resources/views/edit/reorder-families.phtml - - message: '#^Cannot call method displayImage\(\) on Fisharebest\\Webtrees\\GedcomRecord\|null\.$#' - identifier: method.nonObject - count: 1 - path: resources/views/edit/reorder-media.phtml - - - - message: '#^Cannot call method fullName\(\) on Fisharebest\\Webtrees\\GedcomRecord\|null\.$#' - identifier: method.nonObject + message: '#^Call to an undefined method Fisharebest\\Webtrees\\GedcomRecord\:\:displayImage\(\)\.$#' + identifier: method.notFound count: 1 path: resources/views/edit/reorder-media.phtml |
