Security update to Drupal 8.4.6
[yaffs-website] / vendor / doctrine / annotations / lib / Doctrine / Common / Annotations / AnnotationReader.php
index 6c579775fd682fb344db60a6f17a7d1ce5c25c24..0c060496515e04881ef38788102dda5d7c964a42 100644 (file)
@@ -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)
     {