Fix docs and line breaks

This commit is contained in:
Joas Schilling 2015-04-02 08:28:42 +02:00
parent aa6573cf54
commit 696c750cfe
1 changed files with 5 additions and 1 deletions

View File

@ -57,8 +57,12 @@ class AppManager implements IAppManager {
* @param \OCP\IUserSession $userSession
* @param \OCP\IAppConfig $appConfig
* @param \OCP\IGroupManager $groupManager
* @param \OCP\ICacheFactory $memCacheFactory
*/
public function __construct(IUserSession $userSession, IAppConfig $appConfig, IGroupManager $groupManager, ICacheFactory $memCacheFactory) {
public function __construct(IUserSession $userSession,
IAppConfig $appConfig,
IGroupManager $groupManager,
ICacheFactory $memCacheFactory) {
$this->userSession = $userSession;
$this->appConfig = $appConfig;
$this->groupManager = $groupManager;