Skip to content

Commit

Permalink
[PHPStan] Fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Oct 19, 2023
1 parent 48eba7a commit 25ace1c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -15157,12 +15157,12 @@ parameters:

-
message: "#^Cannot access offset int\\|string on Ibexa\\\\Contracts\\\\Core\\\\Persistence\\\\Content\\\\Field\\.$#"
count: 3
count: 1
path: src/lib/Persistence/Legacy/Content/FieldHandler.php

-
message: "#^Cannot access offset string on Ibexa\\\\Contracts\\\\Core\\\\Persistence\\\\Content\\\\Field\\.$#"
count: 4
count: 2
path: src/lib/Persistence/Legacy/Content/FieldHandler.php

-
Expand Down Expand Up @@ -20400,11 +20400,6 @@ parameters:
count: 1
path: src/lib/Repository/Mapper/ContentDomainMapper.php

-
message: "#^Cannot access offset mixed on iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Persistence\\\\Content\\>\\.$#"
count: 1
path: src/lib/Repository/Mapper/ContentDomainMapper.php

-
message: "#^Cannot call method error\\(\\) on Psr\\\\Log\\\\LoggerInterface\\|null\\.$#"
count: 1
Expand Down Expand Up @@ -58395,11 +58390,6 @@ parameters:
count: 3
path: tests/lib/Repository/Service/Mock/ContentTest.php

-
message: "#^Cannot access offset mixed on Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Field\\.$#"
count: 1
path: tests/lib/Repository/Service/Mock/ContentTest.php

-
message: "#^Cannot access offset string on Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Field\\.$#"
count: 1
Expand Down

0 comments on commit 25ace1c

Please sign in to comment.