summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/storage/home.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/files/storage/home.php')
-rw-r--r--tests/lib/files/storage/home.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/files/storage/home.php b/tests/lib/files/storage/home.php
index 885291e4404..51315a2a556 100644
--- a/tests/lib/files/storage/home.php
+++ b/tests/lib/files/storage/home.php
@@ -29,6 +29,10 @@ class DummyUser extends User {
private $uid;
+ /**
+ * @param string $uid
+ * @param string $home
+ */
public function __construct($uid, $home) {
$this->uid = $uid;
$this->home = $home;