Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for auto-completion when using the container thanks to th…
…e latest PhpStorm beta See https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Advanced+Metadata For example: ``` $logger = StaticContainer::get('Psr\Log\LoggerInterface'); $logger-> ``` The autocompletion would work based on the argument passed to `StaticContainer::get()`. (cherry picked from commit 92960ac)
- Loading branch information