Skip to content
Snippets Groups Projects
Commit 0283589a authored by Thomas Müller's avatar Thomas Müller
Browse files

adding PHPDoc comments

parent 45e6d967
Branches
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment