Nextcloud-Docker/www/3rdparty/doctrine/annotations
2017-05-15 20:44:36 +02:00
..
lib/Doctrine/Common/Annotations added nextcloud 2017-05-15 20:44:36 +02:00
composer.json added nextcloud 2017-05-15 20:44:36 +02:00
LICENSE added nextcloud 2017-05-15 20:44:36 +02:00
README.md added nextcloud 2017-05-15 20:44:36 +02: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