Add markdown flavors for objects.

This commit is contained in:
Kerem Güneş
2017-12-11 05:15:34 +03:00
parent 4bc5a3d7a2
commit 26eb70713a
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ testable, maintainable and extendable code.
Usage
-----
DatabaseConfiguration gets injected and ``DatabaseConnection`` will get all that it
``DatabaseConfiguration`` gets injected and ``DatabaseConnection`` will get all that it
needs from ``$config``. Without DI, the configuration would be created
directly in ``DatabaseConnection``, which is not very good for testing and
extending it.