Skip to content

Commit 3168168

Browse files
authored
Update phpstan-baseline.neon
1 parent d28acac commit 3168168

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ parameters:
2525
count: 1
2626
path: src/JsonSchema/Constraints/BaseConstraint.php
2727

28+
-
29+
message: "#^Property JsonSchema\\\\Constraints\\\\BaseConstraint\\:\\:\\$errorMask \\(int\\<\\-1, 3\\>\\) does not accept int\\.$#"
30+
count: 1
31+
path: src/JsonSchema/Constraints/BaseConstraint.php
32+
2833
-
2934
message: "#^Property JsonSchema\\\\Constraints\\\\BaseConstraint\\:\\:\\$errors type has no value type specified in iterable type array\\.$#"
3035
count: 1

0 commit comments

Comments
 (0)