From 0283589a19518d6db266cdb84ba35e5d4bf8a979 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Tue, 22 Oct 2013 22:38:05 +0200 Subject: adding PHPDoc comments --- apps/files/lib/app.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/files/lib') diff --git a/apps/files/lib/app.php b/apps/files/lib/app.php index ccf629ae3cb..810a9fdd8d1 100644 --- a/apps/files/lib/app.php +++ b/apps/files/lib/app.php @@ -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) { -- cgit v1.2.3