X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fdoctrine%2Fannotations%2Flib%2FDoctrine%2FCommon%2FAnnotations%2FAnnotationReader.php;h=0c060496515e04881ef38788102dda5d7c964a42;hb=refs%2Fheads%2Ft2;hp=6c579775fd682fb344db60a6f17a7d1ce5c25c24;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php index 6c579775f..0c0604965 100644 --- a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php +++ b/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php @@ -100,6 +100,8 @@ class AnnotationReader implements Reader 'package_version' => true, // PlantUML 'startuml' => true, 'enduml' => true, + // Symfony 3.3 Cache Adapter + 'experimental' => true ); /** @@ -172,6 +174,8 @@ class AnnotationReader implements Reader * Initializes a new AnnotationReader. * * @param DocParser $parser + * + * @throws AnnotationException */ public function __construct(DocParser $parser = null) {