We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf01b9 commit 2b41028Copy full SHA for 2b41028
app/helpers/MetaFormats/RequestParamData.php
@@ -75,7 +75,7 @@ public function conformsToDefinition(mixed $value)
75
$type = $validator::SWAGGER_TYPE;
76
throw new InvalidArgumentException(
77
$this->name,
78
- "The provided value {$value} did not pass the validation of type '{$type}'."
+ "The provided value did not pass the validation of type '{$type}'."
79
);
80
}
81
0 commit comments