Fixed typo

This commit is contained in:
Grégoire Pineau 2019-03-13 17:05:30 +01:00
parent f9d3848581
commit 82bb4aea41
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Cache
* The `psr/simple-cache` dependency has been removed - run `composer require psr/simple-cache` if you need it.
* Deprecated all PSR-16 adapters, use `Psr16Cache` or `Symfony\Contracts\Cache\CacheInterface` implementations instead.
* Deprecated `SimpleCacheAdapter`, use `Psr16Adapter instead.
* Deprecated `SimpleCacheAdapter`, use `Psr16Adapter` instead.
Config
------

View File

@ -15,7 +15,7 @@ Cache
* Removed `CacheItem::getPreviousTags()`, use `CacheItem::getMetadata()` instead.
* Removed all PSR-16 adapters, use `Psr16Cache` or `Symfony\Contracts\Cache\CacheInterface` implementations instead.
* Removed `SimpleCacheAdapter`, use `Psr16Adapter instead.
* Removed `SimpleCacheAdapter`, use `Psr16Adapter` instead.
Config
------