zx/vendor/doctrine/annotations
gboy ed1278a5e3 first 2024-07-02 15:32:59 +08:00
..
lib/Doctrine/Common/Annotations first 2024-07-02 15:32:59 +08:00
LICENSE first 2024-07-02 15:32:59 +08:00
README.md first 2024-07-02 15:32:59 +08:00
composer.json first 2024-07-02 15:32:59 +08: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