Skip to content

Commit

Permalink
Coding Standards: Update PHPStan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Dec 11, 2023
1 parent e8a5aac commit 488c86d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -15625,6 +15625,11 @@ parameters:
count: 1
path: src/lib/Persistence/Legacy/Content/FieldValue/Converter/ImageConverter.php

-
message: "#^Cannot call method addAttribute\\(\\) on SimpleXMLElement\\|null\\.$#"
count: 1
path: src/lib/Persistence/Legacy/Content/FieldValue/Converter/ImageConverter.php

-
message: "#^Cannot call method getAttribute\\(\\) on DOMElement\\|null\\.$#"
count: 6
Expand Down Expand Up @@ -20215,11 +20220,6 @@ parameters:
count: 1
path: src/lib/Repository/ContentService.php

-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/lib/Repository/ContentService.php

-
message: "#^Method Ibexa\\\\Core\\\\Repository\\\\ContentTypeService\\:\\:__construct\\(\\) has parameter \\$settings with no value type specified in iterable type array\\.$#"
count: 1
Expand Down

0 comments on commit 488c86d

Please sign in to comment.