Skip to content

Commit

Permalink
Baseline updated
Browse files Browse the repository at this point in the history
Alexandre-T committed Aug 1, 2024
1 parent 6929179 commit 9eca356
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions quality/php-stan/phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9eca356

Please sign in to comment.