Skip to content

Commit b250d10

Browse files
committed
Fixed baseline
1 parent 5d2e191 commit b250d10

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

phpstan-baseline-7.4.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,11 @@ parameters:
370370
count: 1
371371
path: tests/integration/Core/Repository/ContentServiceTest.php
372372

373+
-
374+
message: "#^Parameter \\#1 \\$input of function array_values expects array\\<T\\>, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Location\\> given\\.$#"
375+
count: 1
376+
path: tests/integration/Core/Repository/ContentServiceTest.php
377+
373378
-
374379
message: "#^Parameter \\#1 \\$str of function md5 expects string, float given\\.$#"
375380
count: 3

phpstan-baseline.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28165,11 +28165,6 @@ parameters:
2816528165
count: 4
2816628166
path: tests/integration/Core/Repository/ContentServiceTest.php
2816728167

28168-
-
28169-
message: "#^Parameter \\#1 \\$input of function array_values expects array\\<T\\>, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Location\\> given\\.$#"
28170-
count: 1
28171-
path: tests/integration/Core/Repository/ContentServiceTest.php
28172-
2817328168
-
2817428169
message: "#^Parameter \\#1 \\$locationId of method Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\LocationService\\:\\:loadLocation\\(\\) expects int, int\\|null given\\.$#"
2817528170
count: 12

0 commit comments

Comments
 (0)