8000 minor #30552 Fixed typo (lyrixx) · symfony/symfony@50ff35f · GitHub
[go: up one dir, main page]

Skip to content

Commit 50ff35f

Browse files
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 ------- 82bb4ae Fixed typo
2 parents 5218979 + 82bb4ae commit 50ff35f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UPGRADE-4.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Cache
1414

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

1919
Config
2020
------

UPGRADE-5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Cache
1515

1616
* Removed `CacheItem::getPreviousTags()`, use `CacheItem::getMetadata()` instead.
1717
* Removed all PSR-16 adapters, use `Psr16Cache` or `Symfony\Contracts\Cache\CacheInterface` implementations instead.
18-
* Removed `SimpleCacheAdapter`, use `Psr16Adapter instead.
18+
* Removed `SimpleCacheAdapter`, use `Psr16Adapter` instead.
1919

2020
Config
2121
------

0 commit comments

Comments
 (0)
0