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 bc10d3b commit 2ccd6f5Copy full SHA for 2ccd6f5
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