Skip to content

Commit e9250ee

Browse files
claurospacearhimede
authored andcommitted
fixed linting
Signed-off-by: arhimede <julian@dotkernel.com>
1 parent 294477a commit e9250ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/book/v5/core-features/dependency-injection.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ Dependency Injection is a design pattern used in software development to impleme
44
terms is the act of providing dependencies for an object during instantiation.
55

66
In PHP, dependency injection can be implemented in various ways, including through constructor injection,
7-
setter injection, and property injection.
7+
setter injection, and property injection.
88

99
DotKernel API, through it's
1010
[dot-dependency-injection](https://github.com/dotkernel/dot-dependency-injection) package focuses only on constructor
1111
injection.
1212

1313
## Usage
14+
1415
DotKernel API comes out of the box with [dot-dependency-injection](https://github.com/dotkernel/dot-dependency-injection)
1516
package, which provide all we need for injecting dependencies in any object you want.
1617

0 commit comments

Comments
 (0)