optimize error message
This commit is contained in:
parent
f33647559a
commit
8eea5e9b15
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class SettingsValidator extends AbstractValidator
|
||||||
if ($validator === null) {
|
if ($validator === null) {
|
||||||
throw new InvalidValidationConfigurationException(
|
throw new InvalidValidationConfigurationException(
|
||||||
\sprintf(
|
\sprintf(
|
||||||
'Validator could not be resolved: "%s" Check your Validation.yaml',
|
'Validator "%s" could not be resolved. Check your Validation.yaml',
|
||||||
$validatorConfig['validator']
|
$validatorConfig['validator']
|
||||||
),
|
),
|
||||||
1402326139
|
1402326139
|
||||||
|
|
Loading…
Reference in a new issue