diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-12-07 20:08:20 +0000 |
---|---|---|
committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-12-07 20:08:20 +0000 |
commit | 0f1be1b60150cc92e7616834d58271ffddc19762 (patch) | |
tree | 7c21bd5e88cdab86c7f6c6ee1d7810cbefafac12 /apps/provisioning_api | |
parent | b15d77c93459743e5e3e29ebefeba0d6fca11b96 (diff) | |
download | nextcloud-server-0f1be1b60150cc92e7616834d58271ffddc19762.tar.gz nextcloud-server-0f1be1b60150cc92e7616834d58271ffddc19762.zip |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'apps/provisioning_api')
-rw-r--r-- | apps/provisioning_api/tests/groupstest.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/provisioning_api/tests/groupstest.php b/apps/provisioning_api/tests/groupstest.php index d37f4412e20..f21c217e67e 100644 --- a/apps/provisioning_api/tests/groupstest.php +++ b/apps/provisioning_api/tests/groupstest.php @@ -58,6 +58,9 @@ class GroupsTest extends \Test\TestCase { ); } + /** + * @param string $gid + */ private function createGroup($gid) { $group = $this->getMock('OCP\IGroup'); $group @@ -66,6 +69,9 @@ class GroupsTest extends \Test\TestCase { return $group; } + /** + * @param string $uid + */ private function createUser($uid) { $user = $this->getMock('OCP\IUser'); $user |