Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 432 Bytes

UPGRADE.md

File metadata and controls

9 lines (8 loc) · 432 Bytes

Upgrade from 1.0.x to 2.0.x

  • DocLexer::peek() and DocLexer::glimpse now return Doctrine\Common\Lexer\Token objects. When using doctrine/lexer 2, these implement ArrayAccess as a way for you to still be able to treat them as arrays in some ways.
  • CachedReader and FileCacheReader have been removed.
  • AnnotationRegistry method related to registering annotations instead of using autoloading have been removed.