Skip to content

Commit

Permalink
Merge pull request #483 from alexander-schranz/patch-1
Browse files Browse the repository at this point in the history
Add hint to use PsrCachedReader instead of `CachedReader` and `FileCacheReader`
  • Loading branch information
greg0ire committed Jun 13, 2023
2 parents 4b68cf8 + 7d2d4e9 commit a77f4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
`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.
- `CachedReader` and `FileCacheReader` have been removed use `PsrCachedReader` instead.
- `AnnotationRegistry` methods related to registering annotations instead of
using autoloading have been removed.
- Parameter type declarations have been added to all methods of all classes. If
Expand Down

0 comments on commit a77f4cc

Please sign in to comment.