Skip to content

Commit

Permalink
removed conflict merge
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 25, 2012
1 parent 0941f47 commit 1f43dbf
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions book/part12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,11 @@ injection; all dependencies of our objects were injected into their
constructors (for instance, the event dispatchers were injected into the
framework so that we had total control of its creation and configuration).

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

.. code-block:: json
Expand Down

0 comments on commit 1f43dbf

Please sign in to comment.