mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
Minor tweak
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
Types of Injection
|
||||
==================
|
||||
|
||||
Making a class's dependencies explicit and requiring that they must be injected
|
||||
into it is a good way of making a class more reusable, testable and decoupled
|
||||
from other parts of the code.
|
||||
Making a class's dependencies explicit and requiring that they are injected
|
||||
into it is a good way to make a class more reusable, testable, and decoupled
|
||||
from the rest of the code.
|
||||
|
||||
There are several ways that the dependencies can be injected. Each injection
|
||||
point has advantages and disadvantages to consider, as well as different
|
||||
|
||||
Reference in New Issue
Block a user