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 d30410c + 6e0a177 commit e0b253fCopy full SHA for e0b253f
src/JsonSchema/ConstraintError.php
@@ -88,7 +88,7 @@ public function getMessage()
88
self::MISSING_MAXIMUM => 'Use of exclusiveMaximum requires presence of maximum',
89
self::MISSING_MINIMUM => 'Use of exclusiveMinimum requires presence of minimum',
90
/*self::MISSING_ERROR => 'Used for tests; this error is deliberately commented out',*/
91
- self::MULTIPLE_OF => 'Must be a multiple of %d',
+ self::MULTIPLE_OF => 'Must be a multiple of %s',
92
self::NOT => 'Matched a schema which it should not',
93
self::ONE_OF => 'Failed to match exactly one schema',
94
self::REQUIRED => 'The property %s is required',
0 commit comments