-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
Add @mixin tag #120
Comments
Is there any plans for this? |
I think it's a good suggestion. |
Aboslutely... When can we expect this feature to be added? |
We also need this feature. To support the laravel resource situation. Or do we have any workaround? |
Seems like slightly old thread but... I saw this PR: Looks like it just has a failing test. I too would like these doc tags added. |
Closed
This was implemented |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I hope you can add @mixin tag so that class can mixin other class methods hints.
My use time is to call
SecondClass
in the__call
method onFirstClass
.Use example:
Can this be achieved?
The text was updated successfully, but these errors were encountered: