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.
2 parents 06186e5 + f45d5e5 commit aa5ce40Copy full SHA for aa5ce40
src/Schema.php
@@ -361,7 +361,7 @@ private function processNumeric($data, $path)
361
} else {
362
if ($data > $this->maximum) {
363
$this->fail(new NumericException(
364
- 'Value less than ' . $this->minimum . ' expected, ' . $data . ' received',
+ 'Value less than ' . $this->maximum . ' expected, ' . $data . ' received',
365
NumericException::MAXIMUM), $path);
366
}
367
0 commit comments