comparison vendor/symfony/validator/Context/ExecutionContext.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
28 * 28 *
29 * @author Bernhard Schussek <bschussek@gmail.com> 29 * @author Bernhard Schussek <bschussek@gmail.com>
30 * 30 *
31 * @see ExecutionContextInterface 31 * @see ExecutionContextInterface
32 * 32 *
33 * @internal You should not instantiate or use this class. Code against 33 * @internal since version 2.5. Code against ExecutionContextInterface instead.
34 * {@link ExecutionContextInterface} instead.
35 */ 34 */
36 class ExecutionContext implements ExecutionContextInterface 35 class ExecutionContext implements ExecutionContextInterface
37 { 36 {
38 /** 37 /**
39 * @var ValidatorInterface 38 * @var ValidatorInterface