Skip to content
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 missing interface methods #37452

Merged
merged 1 commit into from
Mar 30, 2023
Merged

Conversation

provokateurin
Copy link
Member

@provokateurin provokateurin commented Mar 28, 2023

Summary

Psalm 5 shows a bunch of errors because of missing interface methods. Those methods are not on the interfaces because they should not be used by apps, but are used internally. Typing the variables as the implementation makes it work.

Checklist

@provokateurin provokateurin force-pushed the fix/missing-interface-methods branch 2 times, most recently from 4d5b9d9 to 4db16fb Compare March 28, 2023 14:41
@provokateurin provokateurin mentioned this pull request Mar 28, 2023
4 tasks
lib/public/Collaboration/Resources/IManager.php Outdated Show resolved Hide resolved
lib/private/Group/Manager.php Outdated Show resolved Hide resolved
@provokateurin provokateurin force-pushed the fix/missing-interface-methods branch from 4db16fb to 1503756 Compare March 29, 2023 14:35
@provokateurin provokateurin force-pushed the fix/missing-interface-methods branch from 1503756 to 140c409 Compare March 29, 2023 14:37
Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like it

@provokateurin provokateurin requested review from nickvergessen and julien-nc and removed request for nickvergessen March 30, 2023 07:27
@provokateurin
Copy link
Member Author

The test failure isn't related, right?

@provokateurin provokateurin force-pushed the fix/missing-interface-methods branch from 140c409 to 02f9c3a Compare March 30, 2023 10:33
@provokateurin provokateurin enabled auto-merge March 30, 2023 10:36
@ChristophWurst ChristophWurst added the 4. to release Ready to be released and/or waiting for tests to finish label Mar 30, 2023
@julien-nc julien-nc disabled auto-merge March 30, 2023 12:52
@julien-nc
Copy link
Member

If Php comments could break Cypress tests...I would be devastated.
I've seen the drone failure in other PRs, not related IMO as well.

@julien-nc julien-nc merged commit 636c241 into master Mar 30, 2023
@julien-nc julien-nc deleted the fix/missing-interface-methods branch March 30, 2023 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants