Skip to content

Commit

Permalink
[PHPStan] Aligned baseline with the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Sep 18, 2024
1 parent 5505205 commit c61368d
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -890,11 +890,6 @@ parameters:
count: 1
path: src/lib/RichText/Converter/Render/Template.php

-
message: "#^Access to an undefined property Ibexa\\\\FieldTypeRichText\\\\RichText\\\\Converter\\\\Xslt\\:\\:\\$xsltProcessor\\.$#"
count: 1
path: src/lib/RichText/Converter/Xslt.php

-
message: "#^Cannot access property \\$firstChild on DOMElement\\|null\\.$#"
count: 1
Expand All @@ -905,31 +900,11 @@ parameters:
count: 1
path: src/lib/RichText/Converter/Xslt.php

-
message: "#^Method Ibexa\\\\FieldTypeRichText\\\\RichText\\\\Converter\\\\Xslt\\:\\:__construct\\(\\) has parameter \\$customStylesheets with no value type specified in iterable type array\\.$#"
count: 1
path: src/lib/RichText/Converter/Xslt.php

-
message: "#^Method Ibexa\\\\FieldTypeRichText\\\\RichText\\\\Converter\\\\Xslt\\:\\:convert\\(\\) should return DOMDocument but returns DOMDocument\\|false\\.$#"
count: 1
path: src/lib/RichText/Converter/Xslt.php

-
message: "#^Method Ibexa\\\\FieldTypeRichText\\\\RichText\\\\Converter\\\\Xslt\\:\\:getSortedCustomStylesheets\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/lib/RichText/Converter/Xslt.php

-
message: "#^Parameter \\#1 \\$source of method DOMDocument\\:\\:loadXML\\(\\) expects string, string\\|false given\\.$#"
count: 1
path: src/lib/RichText/Converter/Xslt.php

-
message: "#^Property Ibexa\\\\FieldTypeRichText\\\\RichText\\\\Converter\\\\Xslt\\:\\:\\$customStylesheets type has no value type specified in iterable type array\\.$#"
count: 1
path: src/lib/RichText/Converter/Xslt.php

-
message: "#^Cannot call method lookupNamespaceURI\\(\\) on DOMElement\\|null\\.$#"
count: 2
Expand Down Expand Up @@ -1245,11 +1220,6 @@ parameters:
count: 1
path: src/lib/RichText/XmlBase.php

-
message: "#^Parameter \\#2 \\$desc of method Ibexa\\\\FieldTypeRichText\\\\Translation\\\\Extractor\\\\OnlineEditorCustomAttributesExtractor\\:\\:createMessage\\(\\) expects string, int\\|string given\\.$#"
count: 1
path: src/lib/Translation/Extractor/OnlineEditorCustomAttributesExtractor.php

-
message: "#^Property Ibexa\\\\FieldTypeRichText\\\\Validator\\\\Constraints\\\\RichText\\:\\:\\$message has no type specified\\.$#"
count: 1
Expand Down Expand Up @@ -2935,11 +2905,6 @@ parameters:
count: 1
path: tests/lib/RichText/Validator/CustomTagsValidatorTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\FieldTypeRichText\\\\RichText\\\\Validator\\\\CustomTagsValidatorTest\\:\\:testValidateDocumentAcceptsLegacyTags\\(\\) has no return type specified\\.$#"
count: 1
path: tests/lib/RichText/Validator/CustomTagsValidatorTest.php

-
message: "#^Call to method validateDocument\\(\\) on an unknown class Ibexa\\\\FieldTypeRichText\\\\RichText\\\\ValidatorInterface\\.$#"
count: 1
Expand Down

0 comments on commit c61368d

Please sign in to comment.