Merge pull request #25893 from nextcloud/techdept/psalm/fix_return-type

Fix docblock return type for IShareProvider
This commit is contained in:
kesselb 2021-03-02 21:21:37 +01:00 committed by GitHub
commit 85fe0222ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ interface IShareProvider {
* @param string $userId
* @param Folder $node
* @param bool $reshares Also get the shares where $user is the owner instead of just the shares where $user is the initiator
* @return \OCP\Share\IShare[]
* @return \OCP\Share\IShare[][]
* @since 11.0.0
*/
public function getSharesInFolder($userId, Folder $node, $reshares);