Respect / Config

A powerful, small, deadly simple configurator and dependency injection container DSL made to be easy
http://respect.github.io/Config
Other
98 stars 7 forks source link

Support for Type Hinting #40

Closed augustohp closed 9 years ago

augustohp commented 11 years ago

If a method has a type hint like someMethod(SomeClass $parameter) Config just fails. Since this is a very common practice and Config will always pass an Instantiator class, I'm considering it to be a (nasty) bug.

wesleyvicthor commented 11 years ago

wow

alganet commented 9 years ago

Added tests for it. Just waiting to see if any extra tests could clarify the issue.