Merge pull request #16052 from owncloud/fix-phpdoc-sharecontroller

Fix PHPDoc for the ext. share controller
This commit is contained in:
Joas Schilling 2015-05-05 10:52:28 +02:00
commit efce8ff905
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ class ExternalSharesController extends Controller {
/**
* @param string $appName
* @param IRequest $request
* @param bool $incomingShareEnabled
* @param \OCA\Files_Sharing\External\Manager $externalManager
*/
public function __construct($appName,