Fix return type of share provider

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-03-01 13:45:04 +01:00
parent aecec74a04
commit 7f54013fdb
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class ProviderFactory implements IProviderFactory {
/**
* Create the federated share provider
*
* @return FederatedShareProvider
* @return ShareByMailProvider
*/
protected function getShareByMailProvider() {
if ($this->shareByMailProvider === null) {