Core and composer updates
This commit is contained in:
parent
a82634bb98
commit
62cac30480
1118 changed files with 21770 additions and 6306 deletions
2
web/vendor/symfony/validator/Validator.php
vendored
2
web/vendor/symfony/validator/Validator.php
vendored
|
@ -151,7 +151,7 @@ class Validator implements ValidatorInterface, Mapping\Factory\MetadataFactoryIn
|
|||
? '"'.$containingValue.'"'
|
||||
: 'the value of type '.gettype($containingValue);
|
||||
|
||||
throw new ValidatorException(sprintf('The metadata for '.$valueAsString.' does not support properties.'));
|
||||
throw new ValidatorException(sprintf('The metadata for %s does not support properties.', $valueAsString));
|
||||
}
|
||||
|
||||
// If $containingValue is passed as class name, take $value as root
|
||||
|
|
Reference in a new issue