Skip to content

Commit 43fea94

Browse files
committed
Typo
1 parent 49b31f9 commit 43fea94

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

UPGRADE-5.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Cache
55
-----
66

77
* Deprecate `DoctrineProvider` and `DoctrineAdapter` because these classes have been added to the `doctrine/cache` package
8-
* Deprecate usage of `PdoAdapter` with a `Doctrine\DBAL\Connection` or a DBAL url. Use the new `DoctrineDbalAdapter` instead
8+
* Deprecate usage of `PdoAdapter` with a `Doctrine\DBAL\Connection` or a DBAL URL. Use the new `DoctrineDbalAdapter` instead
99

1010
Console
1111
-------

UPGRADE-6.0.md

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

1717
* Remove `DoctrineProvider` and `DoctrineAdapter` because these classes have been added to the `doctrine/cache` package
18-
* `PdoAdapter` does not accept `Doctrine\DBAL\Connection` or DBAL url. Use the new `DoctrineDbalAdapter` instead
18+
* `PdoAdapter` does not accept `Doctrine\DBAL\Connection` or DBAL URL. Use the new `DoctrineDbalAdapter` instead
1919

2020
Config
2121
------

src/Symfony/Component/Cache/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
CHANGELOG
1+
.CHANGELOG
22
=========
33

44
5.4
55
---
66

7-
* made `LockRegistry` use semaphores when possible
8-
* deprecated `DoctrineProvider` and `DoctrineAdapter` because these classes have been added to the `doctrine/cache` package
9-
* added `DoctrineDbalAdapter` identical to `PdoAdapter` for `Doctrine\DBAL\Connection` or DBAL url
10-
* deprecated usage of `PdoAdapter` with `Doctrine\DBAL\Connection` or DBAL url
7+
* Make `LockRegistry` use semaphores when possible
8+
* Deprecate `DoctrineProvider` and `DoctrineAdapter` because these classes have been added to the `doctrine/cache` package
9+
* Add `DoctrineDbalAdapter` identical to `PdoAdapter` for `Doctrine\DBAL\Connection` or DBAL url
10+
* Deprecate usage of `PdoAdapter` with `Doctrine\DBAL\Connection` or DBAL URL
1111

1212
5.3
1313
---

0 commit comments

Comments
 (0)