diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index c63300cc05..52e0ea3382 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -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 @@ -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