Skip to content

Commit

Permalink
minor symfony#30552 Fixed typo (lyrixx)
Browse files Browse the repository at this point in the history
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
-------

82bb4ae Fixed typo
nicolas-grekas committed Mar 13, 2019
2 parents 5218979 + 82bb4ae commit 50ff35f
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UPGRADE-4.3.md
Original file line number Diff line number Diff line change
@@ -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
------
2 changes: 1 addition & 1 deletion UPGRADE-5.0.md
Original file line number Diff line number Diff line change
@@ -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
------

0 comments on commit 50ff35f

Please sign in to comment.