-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
expose the mount manager in the public api #17291
Conversation
|
||
namespace OCP\Files\Mount; | ||
|
||
interface IMountManager { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PHPDoc that explains what it is ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe also add @since 8.2.0
|
||
/** | ||
* @param string $mountPoint | ||
* @param string $target |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PHPDoc
Added more phpdoc |
@icewind1991 minds also fixing this ?
|
makes sense 👍 |
A new inspection was created. |
I believe 57945db will fix that |
Thanks. I'll regression-test this later. |
👍 sharing, external storage still work |
expose the mount manager in the public api
Part of the work of bringing #12086 to master
cc @DeepDiver1975 @PVince81