Skip to content

Commit

Permalink
qa: mark ClassCache pattern as deprecated
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Jul 11, 2021
1 parent 93ea2fe commit aca93c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Pattern/ClassCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

namespace Laminas\Cache\Pattern;

use Laminas\Cache;
use Laminas\Cache\Exception;

/**
* @deprecated This pattern will be removed in 3.0.0.
*/
class ClassCache extends CallbackCache
{

Expand Down

0 comments on commit aca93c0

Please sign in to comment.