From 5bf1596e0b049d5627260e02f69a09c66be05add Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Thu, 9 Jan 2025 17:38:55 +0000 Subject: Fix: #5100, fix: #4828 - _UID fields have wrong checksum. Do not automatically create new when editing. --- phpstan-baseline.neon | 6 ------ 1 file changed, 6 deletions(-) (limited to 'phpstan-baseline.neon') diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 9457d69662..31374e8a21 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -654,12 +654,6 @@ parameters: count: 1 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 -- cgit v1.3