aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/cache
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2014-02-19 11:51:04 +0100
committerMorris Jobke <morris.jobke@gmail.com>2014-02-19 11:51:04 +0100
commitbcad6e641a238cc3cfc202d587242b9c3bb45d8b (patch)
treeac797a0f84f6bd5e31974608c5d16113b8297f54 /tests/lib/files/cache
parent2d5ab1a5c4ff594994b8e1a50888bf0150aba431 (diff)
parentf944707a15b4819f7a67263e26b41fe4abe942ab (diff)
downloadnextcloud-server-bcad6e641a238cc3cfc202d587242b9c3bb45d8b.tar.gz
nextcloud-server-bcad6e641a238cc3cfc202d587242b9c3bb45d8b.zip
Merge pull request #7274 from owncloud/scrutinizer-patch-1
Scrutinizer Auto-Fixes
Diffstat (limited to 'tests/lib/files/cache')
-rw-r--r--tests/lib/files/cache/homecache.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/files/cache/homecache.php b/tests/lib/files/cache/homecache.php
index 87fd0dba4c6..dbcf6e9caa0 100644
--- a/tests/lib/files/cache/homecache.php
+++ b/tests/lib/files/cache/homecache.php
@@ -19,6 +19,10 @@ class DummyUser extends \OC\User\User {
*/
private $uid;
+ /**
+ * @param string $uid
+ * @param string $home
+ */
public function __construct($uid, $home) {
$this->home = $home;
$this->uid = $uid;