Skip to content

Commit 48d4c3d

Browse files
authored
[PHPStan] Fixed reported errors (#1413)
1 parent 4ae54ca commit 48d4c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan-baseline.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ parameters:
621621
path: src/bundle/Controller/ObjectStateController.php
622622

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

@@ -656,7 +656,7 @@ parameters:
656656
path: src/bundle/Controller/ObjectStateGroupController.php
657657

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

0 commit comments

Comments
 (0)