Skip to content

Commit

Permalink
phpstan-baseline.neon: Remove or update not matched
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis committed Feb 3, 2025
1 parent 7dcfc0e commit 6678e46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion phpstan-baseline-gte-8.0.neon
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ parameters:
path: tests/integration/Core/Repository/LocationServiceTest.php

-
message: "#^Parameter \\#1 \\$array of function array_keys expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Location\\> given\\.$#"
message: "#^Parameter \\#1 \\$array of function array_keys expects array, iterable given\\.$#"
count: 3
path: tests/integration/Core/Repository/LocationServiceTest.php

Expand Down
8 changes: 4 additions & 4 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -34016,12 +34016,12 @@ parameters:
path: tests/integration/Core/Repository/LocationServiceTest.php

-
message: "#^Cannot access offset 1 on iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Location\\>\\.$#"
message: "#^Cannot access offset 1 on iterable\\.$#"
count: 1
path: tests/integration/Core/Repository/LocationServiceTest.php

-
message: "#^Cannot access offset 5 on iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Location\\>\\.$#"
message: "#^Cannot access offset 5 on iterable\\.$#"
count: 2
path: tests/integration/Core/Repository/LocationServiceTest.php

Expand Down Expand Up @@ -34416,7 +34416,7 @@ parameters:
path: tests/integration/Core/Repository/LocationServiceTest.php

-
message: "#^Parameter \\#1 \\$array of function array_column expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Location\\> given\\.$#"
message: "#^Parameter \\#1 \\$array of function array_column expects array, iterable given\\.$#"
count: 1
path: tests/integration/Core/Repository/LocationServiceTest.php

Expand Down Expand Up @@ -57166,7 +57166,7 @@ parameters:
path: tests/lib/Repository/Mapper/ContentLocationMapper/DecoratedLocationServiceTest.php

-
message: "#^Cannot access property \\$locations on iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Location\\>\\.$#"
message: "#^Cannot access property \\$locations on iterable\\.$#"
count: 2
path: tests/lib/Repository/Mapper/ContentLocationMapper/DecoratedLocationServiceTest.php

Expand Down

0 comments on commit 6678e46

Please sign in to comment.