From 9eca356e3c113551795bd2a8c623b0f91ba8ca9b Mon Sep 17 00:00:00 2001 From: Alexandre Tranchant Date: Thu, 1 Aug 2024 15:30:48 +0200 Subject: [PATCH] Baseline updated --- quality/php-stan/phpstan-baseline.neon | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/quality/php-stan/phpstan-baseline.neon b/quality/php-stan/phpstan-baseline.neon index 364905f..e29dff1 100644 --- a/quality/php-stan/phpstan-baseline.neon +++ b/quality/php-stan/phpstan-baseline.neon @@ -1,2 +1,11 @@ parameters: ignoreErrors: + - + message: "#^Offset 0 on array\\{0\\: float\\|int\\|string, 1\\: float\\|int\\|string, 2\\?\\: float\\|int\\|null, 3\\?\\: DateTimeInterface\\|float\\|int\\|null\\} in isset\\(\\) always exists and is not nullable\\.$#" + count: 1 + path: ../../lib/LongitudeOne/SpatialTypes/Factory/FactoryPoint.php + + - + message: "#^Offset 1 on array\\{0\\: float\\|int\\|string, 1\\: float\\|int\\|string, 2\\?\\: float\\|int\\|null, 3\\?\\: DateTimeInterface\\|float\\|int\\|null\\} in isset\\(\\) always exists and is not nullable\\.$#" + count: 1 + path: ../../lib/LongitudeOne/SpatialTypes/Factory/FactoryPoint.php