diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-01-09 17:38:55 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-01-09 17:41:17 +0000 |
| commit | 5bf1596e0b049d5627260e02f69a09c66be05add (patch) | |
| tree | 0f5bdfa73cbaa06dc0820383ad0a3850f7226547 /phpstan-baseline.neon | |
| parent | 9fb109b2bcf8cbe8e6d7bbe6e417b923ef8dd951 (diff) | |
| download | webtrees-5bf1596e0b049d5627260e02f69a09c66be05add.tar.gz webtrees-5bf1596e0b049d5627260e02f69a09c66be05add.tar.bz2 webtrees-5bf1596e0b049d5627260e02f69a09c66be05add.zip | |
Fix: #5100, fix: #4828 - _UID fields have wrong checksum. Do not automatically create new when editing.
Diffstat (limited to 'phpstan-baseline.neon')
| -rw-r--r-- | phpstan-baseline.neon | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 9457d69662..31374e8a21 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -655,12 +655,6 @@ parameters: path: app/Factories/HeaderFactory.php - - message: '#^Parameter \#1 \$num of function dechex expects int, float\|int given\.$#' - identifier: argument.type - count: 1 - path: app/Factories/IdFactory.php - - - message: '#^Access to an undefined property object\:\:\$i_gedcom\.$#' identifier: property.notFound count: 1 |
