File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -449,11 +449,11 @@ The following block shows all possible configuration keys:
449449 .. note ::
450450
451451 The ``server_version `` option was added in Doctrine DBAL 2.5, which is used
452- by DoctrineBundle 1.3 version . The value of this option should match your
453- database server version (use ``postgres -V `` or ``psql -V `` command to find
452+ by DoctrineBundle 1.3. The value of this option should match your database
453+ server version (use ``postgres -V `` or ``psql -V `` command to find
454454 your PostgreSQL version and ``mysql -V `` to get your MySQL version).
455455
456- If you don't define this option and you don't have created your database yet,
456+ If you don't define this option and you haven't created your database yet,
457457 you may get ``PDOException `` errors because Doctrine will try to guess the
458458 database server version automatically and none is available.
459459
You can’t perform that action at this time.
0 commit comments