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 Aug 27, 2024
1 parent dbeac9a commit acdb802
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -42315,11 +42315,6 @@ parameters:
count: 1
path: tests/lib/FieldType/FloatTest.php

-
message: "#^Access to an undefined property Ibexa\\\\Core\\\\FieldType\\\\Validator\\\\FloatValueValidator\\:\\:\\$unexisting\\.$#"
count: 2
path: tests/lib/FieldType/FloatValueValidatorTest.php

-
message: "#^Class Symfony\\\\Component\\\\Validator\\\\ConstraintViolation constructor invoked with 1 parameter, 6\\-10 required\\.$#"
count: 1
Expand Down Expand Up @@ -42800,21 +42795,6 @@ parameters:
count: 1
path: tests/lib/FieldType/IntegerTest.php

-
message: "#^Access to an undefined property Ibexa\\\\Core\\\\FieldType\\\\Validator\\\\IntegerValueValidator\\:\\:\\$unexisting\\.$#"
count: 2
path: tests/lib/FieldType/IntegerValueValidatorTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Core\\\\FieldType\\\\IntegerValueValidatorTest\\:\\:testValidateWrongValues\\(\\) has parameter \\$message with no type specified\\.$#"
count: 1
path: tests/lib/FieldType/IntegerValueValidatorTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Core\\\\FieldType\\\\IntegerValueValidatorTest\\:\\:testValidateWrongValues\\(\\) has parameter \\$value with no type specified\\.$#"
count: 1
path: tests/lib/FieldType/IntegerValueValidatorTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Core\\\\FieldType\\\\KeywordTest\\:\\:getSettingsSchemaExpectation\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
Expand Down Expand Up @@ -43160,11 +43140,6 @@ parameters:
count: 4
path: tests/lib/FieldType/SelectionTest.php

-
message: "#^Access to an undefined property Ibexa\\\\Core\\\\FieldType\\\\Validator\\\\StringLengthValidator\\:\\:\\$unexisting\\.$#"
count: 2
path: tests/lib/FieldType/StringLengthValidatorTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Core\\\\FieldType\\\\TimeTest\\:\\:getSettingsSchemaExpectation\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
Expand Down

0 comments on commit acdb802

Please sign in to comment.