Skip to content

Commit

Permalink
Updated PHPStan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p committed Sep 18, 2023
1 parent 8d55651 commit 929e75e
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -8105,11 +8105,6 @@ parameters:
count: 1
path: src/lib/Base/Exceptions/ContentFieldValidationException.php

-
message: "#^Parameter \\#2 \\$array of function implode expects array\\<string\\>, array\\<Ibexa\\\\Core\\\\FieldType\\\\ValidationError\\|string\\> given\\.$#"
count: 1
path: src/lib/Base/Exceptions/ContentFieldValidationException.php

-
message: "#^Property Ibexa\\\\Core\\\\Base\\\\Exceptions\\\\ContentFieldValidationException\\:\\:\\$messageTemplate has no type specified\\.$#"
count: 1
Expand Down Expand Up @@ -20205,6 +20200,11 @@ parameters:
count: 1
path: src/lib/Repository/ContentService.php

-
message: "#^Parameter \\#5 \\$fieldDefinitionId of method Ibexa\\\\Core\\\\Repository\\\\Helper\\\\RelationProcessor\\:\\:appendFieldRelations\\(\\) expects string, int given\\.$#"
count: 2
path: src/lib/Repository/ContentService.php

-
message: "#^Property Ibexa\\\\Contracts\\\\Core\\\\Persistence\\\\Content\\\\MetadataUpdateStruct\\:\\:\\$publicationDate \\(int\\) does not accept int\\|null\\.$#"
count: 1
Expand Down Expand Up @@ -21605,11 +21605,6 @@ parameters:
count: 1
path: src/lib/Repository/UserService.php

-
message: "#^Parameter \\#1 \\$errors of static method Ibexa\\\\Core\\\\Base\\\\Exceptions\\\\ContentFieldValidationException\\:\\:createNewWithMultiline\\(\\) expects array\\<array\\<string, Ibexa\\\\Core\\\\FieldType\\\\ValidationError\\>\\>, array\\<int\\|string, array\\<string, array\\<Ibexa\\\\Contracts\\\\Core\\\\FieldType\\\\ValidationError\\>\\>\\> given\\.$#"
count: 1
path: src/lib/Repository/UserService.php

-
message: "#^Parameter \\#1 \\$identifier of method Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\ContentTypeService\\:\\:loadContentTypeByIdentifier\\(\\) expects string, string\\|false given\\.$#"
count: 2
Expand Down

0 comments on commit 929e75e

Please sign in to comment.