Skip to content

Commit 8d8103d

Browse files
williamdescgknx
authored andcommitted
Fix a typo and a space (doctrine#6119)
#### Summary A typo fix and a space fix
1 parent ca7f9cc commit 8d8103d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ Additional related changes:
13291329

13301330
1. The `FetchMode` class and the `setFetchMode()` method of the `Connection` and `Statement` interfaces are removed.
13311331
2. The `Statement::fetch()` method is replaced with `fetchNumeric()`, `fetchAssociative()` and `fetchOne()`.
1332-
3. The `Statement::fetchAll()` method is replaced with `fetchAllNumeric()`, `fetchAllAssociative()` and `fechColumn()`.
1332+
3. The `Statement::fetchAll()` method is replaced with `fetchAllNumeric()`, `fetchAllAssociative()` and `fetchColumn()`.
13331333
4. The `Statement::fetchColumn()` method is replaced with `fetchOne()`.
13341334
5. The `Connection::fetchArray()` and `fetchAssoc()` methods are replaced with `fetchNumeric()` and `fetchAssociative()` respectively.
13351335
6. The `StatementIterator` class is removed. The usage of a `Statement` object as `Traversable` is no longer possible. Use `iterateNumeric()`, `iterateAssociative()` and `iterateColumn()` instead.
@@ -1393,7 +1393,7 @@ All implementations of the `VersionAwarePlatformDriver` interface have to implem
13931393
## BC BREAK: Removed `MsSQLKeywords` class
13941394

13951395
The `Doctrine\DBAL\Platforms\MsSQLKeywords` class has been removed.
1396-
Please use `Doctrine\DBAL\Platforms\SQLServerPlatform `instead.
1396+
Please use `Doctrine\DBAL\Platforms\SQLServerPlatform` instead.
13971397

13981398
## BC BREAK: Removed PDO DB2 driver
13991399

0 commit comments

Comments
 (0)