We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28acac commit 3168168Copy full SHA for 3168168
phpstan-baseline.neon
@@ -25,6 +25,11 @@ parameters:
25
count: 1
26
path: src/JsonSchema/Constraints/BaseConstraint.php
27
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
+
33
-
34
message: "#^Property JsonSchema\\\\Constraints\\\\BaseConstraint\\:\\:\\$errors type has no value type specified in iterable type array\\.$#"
35
0 commit comments