comparison vendor/symfony/validator/Mapping/ClassMetadata.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 1fec387a4317
children 129ea1e6d783
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
333 } 333 }
334 334
335 /** 335 /**
336 * Merges the constraints of the given metadata into this object. 336 * Merges the constraints of the given metadata into this object.
337 */ 337 */
338 public function mergeConstraints(ClassMetadata $source) 338 public function mergeConstraints(self $source)
339 { 339 {
340 if ($source->isGroupSequenceProvider()) { 340 if ($source->isGroupSequenceProvider()) {
341 $this->setGroupSequenceProvider(true); 341 $this->setGroupSequenceProvider(true);
342 } 342 }
343 343