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 8120122 commit a788be6Copy full SHA for a788be6
src/lib/Base/Exceptions/ContentFieldValidationException.php
@@ -62,7 +62,7 @@ public static function createNewWithMultiline(array $errors, ?string $contentNam
62
$exception->setMessageTemplate('Content%contentName%fields did not validate: %errors%');
63
$exception->setParameters([
64
'%errors%' => $exception->generateValidationErrorsMessages(),
65
- '%contentName%' => $exception->contentName !== null ? ' "'. $exception->contentName. '" ' : ' ',
+ '%contentName%' => $exception->contentName !== null ? ' "' . $exception->contentName . '" ' : ' ',
66
]);
67
$exception->message = $exception->getBaseTranslation();
68
0 commit comments