mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-29 08:11:11 +02:00
Fix line wrapping consistency - round 1
Comply with the 'wrap at 120 chars' style rule stated in the contributing.md document
This commit is contained in:
@@ -10,5 +10,6 @@ From [Wikipedia](http://en.wikipedia.org/wiki/Dependency_injection):
|
||||
> Dependency injection is a software design pattern that allows the removal of hard-coded dependencies and makes it
|
||||
> possible to change them, whether at run-time or compile-time.
|
||||
|
||||
This quote makes the concept sound much more complicated than it actually is. Dependency Injection is providing a component
|
||||
with its dependencies either through constructor injection, method calls or the setting of properties. It is that simple.
|
||||
This quote makes the concept sound much more complicated than it actually is. Dependency Injection is providing a
|
||||
component with its dependencies either through constructor injection, method calls or the setting of properties. It is
|
||||
that simple.
|
||||
|
Reference in New Issue
Block a user