Skip to content

Commit cde3126

Browse files
committed
Remove trailing colon from headers
1 parent 49a8cd1 commit cde3126

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
@@ -17,7 +17,7 @@ The `version` column platform option is no longer supported.
1717
The `jsonb` column platform option is no longer supported. `JSONB` columns on PostgreSQL are now introspected
1818
as columns of type `JSONB`, not as columns of type `JSON` with `jsonb` option set.
1919

20-
## BC BREAK: Classes marked as read-only:
20+
## BC BREAK: Classes marked as read-only
2121

2222
The following classes have been marked as read-only:
2323

@@ -60,7 +60,7 @@ The following classes have been marked as read-only:
6060
- `Doctrine\DBAL\Tools\Console\ConnectionProvider\SingleConnectionProvider`
6161
- `Doctrine\DBAL\Tools\DsnParser`
6262

63-
## BC BREAK: Classes marked as final:
63+
## BC BREAK: Classes marked as final
6464

6565
The following classes have been marked as final:
6666

0 commit comments

Comments
 (0)