auraphp / Aura.Di

Dependency Injection System
MIT License
349 stars 63 forks source link

Patch/doc error #83

Closed acelaya closed 9 years ago

acelaya commented 9 years ago

I've seen a typo in the documentation.

When you explain the behavior of the container with a constructor with default values in some of the arguments, you set the default value in the first argument, which is not valid in PHP. I've changed it to the last argument.