File tree 2 files changed +3
-3
lines changed
Structural/DependencyInjection
locale/template/LC_MESSAGES/Structural/DependencyInjection
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ testable, maintainable and extendable code.
10
10
Usage
11
11
-----
12
12
13
- DatabaseConfiguration gets injected and ``DatabaseConnection `` will get all that it
13
+ `` DatabaseConfiguration `` gets injected and ``DatabaseConnection `` will get all that it
14
14
needs from ``$config ``. Without DI, the configuration would be created
15
15
directly in ``DatabaseConnection ``, which is not very good for testing and
16
16
extending it.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ msgstr ""
28
28
29
29
#: ../../Structural/DependencyInjection/README.rst:13
30
30
msgid ""
31
- "DatabaseConfiguration gets injected and ``DatabaseConnection`` will get all that it "
31
+ "`` DatabaseConfiguration`` gets injected and ``DatabaseConnection`` will get all that it "
32
32
"needs from ``$config``. Without DI, the configuration would be created "
33
33
"directly in ``DatabaseConnection``, which is not very good for testing and "
34
34
"extending it."
@@ -71,4 +71,4 @@ msgstr ""
71
71
72
72
#: ../../Structural/DependencyInjection/README.rst:53
73
73
msgid "Test"
74
- msgstr ""
74
+ msgstr ""
You can’t perform that action at this time.
0 commit comments