Browse Source

adding PHPDoc comments

tags/v6.0.0beta2
Thomas Müller 10 years ago
parent
commit
0283589a19
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      apps/files/lib/app.php

+ 7
- 0
apps/files/lib/app.php View File

@@ -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…
Cancel
Save