Skip to content

Commit

Permalink
Add proper PHPDoc tags to files ApiController
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
MorrisJobke committed Apr 1, 2021
1 parent 5fb909f commit 5631a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/files/lib/Controller/ApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ class ApiController extends Controller {
private $shareManager;
/** @var IPreview */
private $previewManager;
/** IUserSession */
/** @var IUserSession */
private $userSession;
/** IConfig */
/** @var IConfig */
private $config;
/** @var Folder */
private $userFolder;
Expand Down

0 comments on commit 5631a71

Please sign in to comment.