Skip to content

Commit

Permalink
PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Oct 23, 2024
1 parent d8e19c1 commit 32801e9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -465,11 +465,6 @@ parameters:
count: 1
path: src/lib/Output/FieldTypeSerializer.php

-
message: "#^Access to an undefined property Ibexa\\\\Rest\\\\Output\\\\Generator\\\\Json\\\\JsonObject\\:\\:\\$\\#\\.$#"
count: 1
path: src/lib/Output/Generator/InMemory/Xml.php

-
message: "#^Access to an undefined property Ibexa\\\\Rest\\\\Output\\\\Generator\\\\Json\\\\JsonObject\\:\\:\\$\\#text\\.$#"
count: 1
Expand Down Expand Up @@ -500,6 +495,16 @@ parameters:
count: 1
path: src/lib/Output/Generator/Json/FieldTypeHashGenerator.php

-
message: "#^Access to an undefined property Ibexa\\\\Rest\\\\Output\\\\Generator\\\\Json\\\\JsonObject\\:\\:\\$\\#\\.$#"
count: 1
path: src/lib/Output/Generator/Xml.php

-
message: "#^Access to an undefined property Ibexa\\\\Rest\\\\Output\\\\Generator\\\\Json\\\\JsonObject\\:\\:\\$value\\.$#"
count: 2
path: src/lib/Output/Generator/Xml/FieldTypeHashGenerator.php

-
message: "#^Method Ibexa\\\\Rest\\\\Output\\\\ValueObjectVisitor\\\\ContentObjectStates\\:\\:visit\\(\\) has no return type specified\\.$#"
count: 1
Expand Down Expand Up @@ -5910,11 +5915,6 @@ parameters:
count: 1
path: tests/lib/Output/ValueObjectVisitorBaseTest.php

-
message: "#^Property Ibexa\\\\Tests\\\\Rest\\\\Output\\\\ValueObjectVisitorBaseTest\\:\\:\\$generator \\(Ibexa\\\\Rest\\\\Output\\\\Generator\\\\InMemory\\\\Xml\\) in isset\\(\\) is not nullable\\.$#"
count: 1
path: tests/lib/Output/ValueObjectVisitorBaseTest.php

-
message: "#^Property Ibexa\\\\Tests\\\\Rest\\\\Output\\\\ValueObjectVisitorBaseTest\\:\\:\\$routerMock \\(PHPUnit\\\\Framework\\\\MockObject\\\\MockObject&Symfony\\\\Component\\\\Routing\\\\RouterInterface\\) does not accept null\\.$#"
count: 1
Expand Down

0 comments on commit 32801e9

Please sign in to comment.