mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
adding PHPDoc comments
This commit is contained in:
parent
45e6d96702
commit
0283589a19
1 changed files with 7 additions and 0 deletions
|
|
@ -25,7 +25,14 @@
|
|||
namespace OCA\Files;
|
||||
|
||||
class App {
|
||||
/**
|
||||
* @var \OC_L10N
|
||||
*/
|
||||
private $l10n;
|
||||
|
||||
/**
|
||||
* @var \OC\Files\View
|
||||
*/
|
||||
private $view;
|
||||
|
||||
public function __construct($view, $l10n) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue