auraphp / Aura.Di

Dependency Injection System
MIT License
349 stars 63 forks source link

Revert "Add documentation about LazyCallable" #136

Closed sshymko closed 8 years ago

sshymko commented 8 years ago

Method \Aura\Di\Container::lazyCallable() mentioned in the documentation does not exist.

This reverts commit 1fb6178922a9d5ab3f35012a2eb362ec91c8fc05.

harikt commented 8 years ago

The code is already there in 3.x branch : https://github.com/auraphp/Aura.Di/blob/be6edc07eb3f2277b46b9a19bbe0978178366cee/src/Container.php .

It was introduced with #129 and #130 is the documentation. You may be looking at 3.1 version and this is probably due to lack of release.

sshymko commented 8 years ago

Yeah, I got confused by the lack of release 3.5 months after #129 has been merged. Closing.