Skip to content

Commit 1f43dbf

Browse files
committed
removed conflict merge
1 parent 0941f47 commit 1f43dbf

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

book/part12.rst

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,11 @@ injection; all dependencies of our objects were injected into their
8686
constructors (for instance, the event dispatchers were injected into the
8787
framework so that we had total control of its creation and configuration).
8888

89-
Does it mean that we have to make a choice between flexibility,
90-
<<<<<<< .merge_file_8XJJxl
91-
customization, ease of testing and not having to copy and paste the same code
92-
=======
93-
customization, ease of testing and not to copy and paste the same code
94-
>>>>>>> .merge_file_kv38Yk
95-
into each application front controller? As you might expect, there is a
96-
solution. We can solve all these issues and some more by using the Symfony2
97-
dependency injection container:
89+
Does it mean that we have to make a choice between flexibility, customization,
90+
ease of testing and not to copy and paste the same code into each application
91+
front controller? As you might expect, there is a solution. We can solve all
92+
these issues and some more by using the Symfony2 dependency injection
93+
container:
9894

9995
.. code-block:: json
10096

0 commit comments

Comments
 (0)