drupal/core/vendor/doctrine/annotations
Alex Pott 90863aeeb1 Issue #2234277 by cilefen, hussainweb, Xano, netlooker, martin107: Composer update (includes security fixes). 2014-10-15 09:31:35 +01:00
..
lib/Doctrine/Common/Annotations Issue #2234277 by cilefen, hussainweb, Xano, netlooker, martin107: Composer update (includes security fixes). 2014-10-15 09:31:35 +01:00
tests/Doctrine/Tests Issue #2234277 by cilefen, hussainweb, Xano, netlooker, martin107: Composer update (includes security fixes). 2014-10-15 09:31:35 +01:00
.gitignore Issue #2325779 by astrocling | not_chx: Upgrade to Doctrine v1.2.0. 2014-09-09 20:26:03 +01:00
.travis.yml Issue #2325779 by astrocling | not_chx: Upgrade to Doctrine v1.2.0. 2014-09-09 20:26:03 +01:00
LICENSE Issue #2325779 by astrocling | not_chx: Upgrade to Doctrine v1.2.0. 2014-09-09 20:26:03 +01:00
README.md Issue #2325779 by astrocling | not_chx: Upgrade to Doctrine v1.2.0. 2014-09-09 20:26:03 +01:00
composer.json Issue #2325779 by astrocling | not_chx: Upgrade to Doctrine v1.2.0. 2014-09-09 20:26:03 +01:00
phpunit.xml.dist Issue #1848570 by Xano: Upgrade to Doctrine\Common 2.4. 2013-07-21 16:29:50 +01:00

README.md

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