Unverified Commit aaef0687 authored by Elan Ruusamäe's avatar Elan Ruusamäe Committed by GitHub

UPGRADE: Fix misplaced backtick

parent a7c431c0
......@@ -41,7 +41,7 @@ Consumers of the Connection class should not rely on connection parameters store
- The usage of `Doctrine\DBAL\Driver::getDatabase()` is deprecated. Please use `Doctrine\DBAL\Connection::getDatabase()` instead.
- The behavior of the SQLite connection returning the database file path as the database is deprecated and shouldn't be relied upon.
## Deprecated `Portability\Connection::PORTABILITY_{PLATFORM}` constants`
## Deprecated `Portability\Connection::PORTABILITY_{PLATFORM}` constants
The platform-specific portability mode flags are meant to be used only by the portability layer internally to optimize
the user-provided mode for the current database platform.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment