Skip to content

Commit

Permalink
[PHPStan] Fixed reported errors (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk authored Dec 19, 2024
1 parent 4ae54ca commit 48d4c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ parameters:
path: src/bundle/Controller/ObjectStateController.php

-
message: "#^Property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ObjectState\\\\ObjectStateCreateStruct\\:\\:\\$names \\(array\\<string\\>\\) does not accept array\\<int\\|string, string\\|null\\>\\.$#"
message: "#^Property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ObjectState\\\\ObjectStateCreateStruct\\:\\:\\$names \\(array\\<string\\>\\) does not accept array\\<string\\|null\\>\\.$#"
count: 1
path: src/bundle/Controller/ObjectStateController.php

Expand Down Expand Up @@ -656,7 +656,7 @@ parameters:
path: src/bundle/Controller/ObjectStateGroupController.php

-
message: "#^Property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ObjectState\\\\ObjectStateGroupCreateStruct\\:\\:\\$names \\(array\\<string\\>\\) does not accept array\\<int\\|string, string\\|null\\>\\.$#"
message: "#^Property Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ObjectState\\\\ObjectStateGroupCreateStruct\\:\\:\\$names \\(array\\<string\\>\\) does not accept array\\<string\\|null\\>\\.$#"
count: 1
path: src/bundle/Controller/ObjectStateGroupController.php

Expand Down

0 comments on commit 48d4c3d

Please sign in to comment.