comparison vendor/symfony/validator/Mapping/Loader/AnnotationLoader.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
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
24 * 24 *
25 * @author Bernhard Schussek <bschussek@gmail.com> 25 * @author Bernhard Schussek <bschussek@gmail.com>
26 */ 26 */
27 class AnnotationLoader implements LoaderInterface 27 class AnnotationLoader implements LoaderInterface
28 { 28 {
29 /**
30 * @var Reader
31 */
32 protected $reader; 29 protected $reader;
33 30
34 public function __construct(Reader $reader) 31 public function __construct(Reader $reader)
35 { 32 {
36 $this->reader = $reader; 33 $this->reader = $reader;