Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1f43dbf

Browse filesBrowse files
committed
removed conflict merge
1 parent 0941f47 commit 1f43dbf
Copy full SHA for 1f43dbf

File tree

Expand file treeCollapse file tree

1 file changed

+5
-9
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-9
lines changed

‎book/part12.rst

Copy file name to clipboardExpand all lines: book/part12.rst
+5-9Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.