We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef8e009 + 4c00723 commit 6ede10eCopy full SHA for 6ede10e
app/SchemaValidatorService.php
@@ -111,7 +111,7 @@ private function normalizeData($data)
111
public function validateOrThrow(
112
$data,
113
$schema,
114
- string $exceptionMessage = null,
+ ?string $exceptionMessage = null,
115
bool $appendValidationDescriptions = false,
116
int $failureHttpStatusCode = Response::HTTP_BAD_REQUEST,
117
): bool {
@@ -144,7 +144,7 @@ public function validateOrThrow(
144
public function validateEncodedStringOrThrow(
145
string $data,
146
147
148
149
150
): bool
0 commit comments