From 7d2d4e953b470498100c2f8b7d59812adcb56ba5 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Tue, 13 Jun 2023 16:32:24 +0200 Subject: [PATCH] Add hint to use PsrCachedReader instead of `CachedReader` and `FileCacheReader` --- UPGRADE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE.md b/UPGRADE.md index 4172708f0..b729ca73d 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -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