Skip to content

Commit 2ccd6f5

Browse files
eceltovkrulis-martin
authored andcommitted
debug: reverted that error messages showed user values
1 parent bc10d3b commit 2ccd6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers/MetaFormats/RequestParamData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function conformsToDefinition(mixed $value)
7575
$type = $validator::SWAGGER_TYPE;
7676
throw new InvalidArgumentException(
7777
$this->name,
78-
"The provided value {$value} did not pass the validation of type '{$type}'."
78+
"The provided value did not pass the validation of type '{$type}'."
7979
);
8080
}
8181
}

0 commit comments

Comments
 (0)