Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/validator/Mapping/ClassMetadata.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 129ea1e6d783 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
369 /** | 369 /** |
370 * {@inheritdoc} | 370 * {@inheritdoc} |
371 */ | 371 */ |
372 public function hasPropertyMetadata($property) | 372 public function hasPropertyMetadata($property) |
373 { | 373 { |
374 return array_key_exists($property, $this->members); | 374 return \array_key_exists($property, $this->members); |
375 } | 375 } |
376 | 376 |
377 /** | 377 /** |
378 * {@inheritdoc} | 378 * {@inheritdoc} |
379 */ | 379 */ |