Fix php-cs formatting

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/20476/head
Christoph Wurst 5 years ago
parent c9980ed099
commit 833d1d2c3b
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
  1. 2
      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;
});

Loading…
Cancel
Save