This was already removed for the get() usecase in 0.5.0, but an escape route was left by still providing $inject->into(). This pull request cleans up with this alltogether.
Let me reiterate and summarize the scenarios of incorrect usage of dependency injection containers:
This was already removed for the get() usecase in 0.5.0, but an escape route was left by still providing
$inject->into()
. This pull request cleans up with this alltogether.Source: http://www.yegor256.com/2014/10/03/di-containers-are-evil.html
Since we're already preparing a major release after merging PR #10 this BC break might as well go in, too.