aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/tests/Controller/UsersControllerTest.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-07-24 13:50:27 +0200
committerGitHub <noreply@github.com>2017-07-24 13:50:27 +0200
commit71f1ef9c1d0f826df5fa23c96b46575f1231f79c (patch)
tree42bff0fc7f61ac076ecf689f37a76d5f3ee13c88 /apps/provisioning_api/tests/Controller/UsersControllerTest.php
parent6c29f632614ff03f2eeb6a187066e9158fbfed19 (diff)
parent6d4731024a18b7497dc19eefa97393eae7a3617b (diff)
downloadnextcloud-server-71f1ef9c1d0f826df5fa23c96b46575f1231f79c.tar.gz
nextcloud-server-71f1ef9c1d0f826df5fa23c96b46575f1231f79c.zip
Merge pull request #5845 from nextcloud/phpstorm_inspect3
Some app fixes of phpstorm inspections
Diffstat (limited to 'apps/provisioning_api/tests/Controller/UsersControllerTest.php')
-rw-r--r--apps/provisioning_api/tests/Controller/UsersControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/provisioning_api/tests/Controller/UsersControllerTest.php b/apps/provisioning_api/tests/Controller/UsersControllerTest.php
index c712cd7485d..19b5fa65e9a 100644
--- a/apps/provisioning_api/tests/Controller/UsersControllerTest.php
+++ b/apps/provisioning_api/tests/Controller/UsersControllerTest.php
@@ -1128,7 +1128,7 @@ class UsersControllerTest extends TestCase {
}
public function testEditUserAdminUserSelfEditChangeValidQuota() {
- $loggedInUser = $this->getMockBuilder('\OCP\IUser')->disableOriginalConstructor()->getMock();;
+ $loggedInUser = $this->getMockBuilder('\OCP\IUser')->disableOriginalConstructor()->getMock();
$loggedInUser
->expects($this->any())
->method('getUID')