aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/lib')
-rw-r--r--apps/files/lib/Activity/Filter/FileChanges.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/lib/Activity/Filter/FileChanges.php b/apps/files/lib/Activity/Filter/FileChanges.php
index dc7daf96bac..d8d1a698816 100644
--- a/apps/files/lib/Activity/Filter/FileChanges.php
+++ b/apps/files/lib/Activity/Filter/FileChanges.php
@@ -34,6 +34,10 @@ class FileChanges implements IFilter {
/** @var IURLGenerator */
protected $url;
+ /**
+ * @param IL10N $l
+ * @param IURLGenerator $url
+ */
public function __construct(IL10N $l, IURLGenerator $url) {
$this->l = $l;
$this->url = $url;