You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/spec/Schema.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@
26
26
* @property string $title
27
27
* @property int|float $multipleOf
28
28
* @property int|float $maximum
29
-
* @property int|float $exclusiveMaximum
29
+
* @property bool $exclusiveMaximum
30
30
* @property int|float $minimum
31
-
* @property int|float $exclusiveMinimum
31
+
* @property bool $exclusiveMinimum
32
32
* @property int $maxLength
33
33
* @property int $minLength
34
34
* @property string $pattern (This string SHOULD be a valid regular expression, according to the [ECMA 262 regular expression dialect](https://www.ecma-international.org/ecma-262/5.1/#sec-7.8.5))
0 commit comments