Skip to content

Commit c948ca5

Browse files
committed
Minor reword
1 parent cdf1460 commit c948ca5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/configuration/doctrine.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,10 @@ The following block shows all possible configuration keys:
362362
your database server version (use ``postgres -V`` or ``psql -V`` command
363363
to find your PostgreSQL version and ``mysql -V`` to get your MySQL
364364
version).
365-
366-
  If you are running a MariaDB database, you should prefix the ``server_version``
367-
with ``mariadb-`` (e.g. ``server_version: mariadb-10.2.12``).
368-
365+
366+
  If you are running a MariaDB database, you must prefix the ``server_version``
367+
value with ``mariadb-`` (e.g. ``server_version: mariadb-10.2.12``).
368+
369369
  Always wrap the server version number with quotes to parse it as a string
370370
instead of a float number. Otherwise, the floating-point representation
371371
issues can make your version be considered a different number (e.g. ``5.6``

0 commit comments

Comments
 (0)