This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/doctrine/annotations
2015-10-08 15:13:01 -07:00
..
lib/Doctrine/Common/Annotations Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663 2015-10-08 15:13:01 -07:00
composer.json Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663 2015-10-08 15:13:01 -07:00
LICENSE Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663 2015-10-08 15:13:01 -07:00
README.md Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663 2015-10-08 15:13:01 -07:00

Doctrine Annotations

Build Status

Docblock Annotations Parser library (extracted from Doctrine Common).

Changelog

v1.2.0

  • HHVM support
  • Allowing dangling comma in annotations
  • Excluded annotations are no longer autoloaded
  • Importing namespaces also in traits
  • Added support for ::class 5.5-style constant, works also in 5.3 and 5.4

v1.1

  • Add Exception when ZendOptimizer+ or Opcache is configured to drop comments