]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix php-cs formatting
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 14 Apr 2020 15:53:44 +0000 (17:53 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 14 Apr 2020 15:53:44 +0000 (17:53 +0200)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
apps/provisioning_api/tests/Controller/GroupsControllerTest.php

index 34bcdd4e64504c8c05a2db7cca76d60c19efcfc8..72f0cd5537b10eb9d6cca9c6fd440c845a3bcfb6 100644 (file)
@@ -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;
                        });