We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently i can call
$this->get('servicename')
in a controller and the IDE knows the class that is returned from the container. If i call
$this->get(Service::NAME)
instead, with NAME beeing a const-string in the class, the type-completion fails. Would be nice if it wont ^^
The text was updated successfully, but these errors were encountered:
also missed that and api dont support it, but i think its hackable :)
Sorry, something went wrong.
notice: signature piping is possible, so no hack needed
resolve php references in container type parameter to support "fields…
ea4e367
…" like constants and properties #151
No branches or pull requests
Currently i can call
in a controller and the IDE knows the class that is returned from the container. If i call
instead, with NAME beeing a const-string in the class, the type-completion fails. Would be nice if it wont ^^
The text was updated successfully, but these errors were encountered: