comparison vendor/symfony/validator/Mapping/PropertyMetadata.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children 129ea1e6d783
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
27 * @see PropertyMetadataInterface 27 * @see PropertyMetadataInterface
28 */ 28 */
29 class PropertyMetadata extends MemberMetadata 29 class PropertyMetadata extends MemberMetadata
30 { 30 {
31 /** 31 /**
32 * Constructor.
33 *
34 * @param string $class The class this property is defined on 32 * @param string $class The class this property is defined on
35 * @param string $name The name of this property 33 * @param string $name The name of this property
36 * 34 *
37 * @throws ValidatorException 35 * @throws ValidatorException
38 */ 36 */