From 833d1d2c3b12b36332ee342e3c228191fb96b4c3 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 14 Apr 2020 17:53:44 +0200 Subject: [PATCH] Fix php-cs formatting Signed-off-by: Christoph Wurst --- apps/provisioning_api/tests/Controller/GroupsControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/provisioning_api/tests/Controller/GroupsControllerTest.php b/apps/provisioning_api/tests/Controller/GroupsControllerTest.php index 34bcdd4e645..72f0cd5537b 100644 --- a/apps/provisioning_api/tests/Controller/GroupsControllerTest.php +++ b/apps/provisioning_api/tests/Controller/GroupsControllerTest.php @@ -558,7 +558,7 @@ class GroupsControllerTest extends \Test\TestCase { $this->userManager->expects($this->any()) ->method('get') - ->willReturnCallback(function(string $uid) use ($users) { + ->willReturnCallback(function (string $uid) use ($users) { return isset($users[$uid]) ? $users[$uid] : null; });