minor #30552 Fixed typo (lyrixx)

This PR was merged into the 4.3-dev branch.

Discussion
----------

Fixed typo

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

82bb4aea41 Fixed typo
This commit is contained in:
Nicolas Grekas 2019-03-13 17:16:30 +01:00
commit 50ff35f1d7
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
------