Skip to content

Commit

Permalink
Merge pull request #806 from ivastly/patch-1
Browse files Browse the repository at this point in the history
Update autowiring.md
  • Loading branch information
mnapoli authored Mar 2, 2022
2 parents b8126d0 + 907541f commit 6fb2268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/autowiring.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ current_menu: autowiring

In order to achieve that, PHP-DI uses [PHP's reflection](http://php.net/manual/book.reflection.php) to detect what parameters a constructor needs.

Autowiring does not affect performances when [compiling the container](performances.md).
Autowiring does not affect performance when [compiling the container](performances.md).

Let's take this example:

Expand Down

0 comments on commit 6fb2268

Please sign in to comment.