-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add priority parameter to attach method in ManagerInterface #16816
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
Conversation
|
@tashik Thank you for this. Could you please create an issue first, then link it with this PR? Thanks! |
Also you might want to use the constant defined in the Manager (DEFAULT_PRIORITY). Move it to the Interface and use it from there |
18e9394 to
a5004a7
Compare
Thanks for that. Don't worry about the other commits, they probably came from your rebase. One last thing if you can. For Zephir we do not have |
|
@niden I have removed constant visibility, sorry for that, I am not familiar with Zephir. |
|
Thank you @tashik |
Hello!
In raising this pull request, I confirm the following:
Small description of change:
This pull request fixes #16817
My mini-fix will allow to generate correct ide-stubs. Please, update ide-stubs accordingly if possible.
Thanks,
Natalya