Fix php-cs formatting
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
c9980ed099
commit
833d1d2c3b
|
@ -558,7 +558,7 @@ class GroupsControllerTest extends \Test\TestCase {
|
||||||
|
|
||||||
$this->userManager->expects($this->any())
|
$this->userManager->expects($this->any())
|
||||||
->method('get')
|
->method('get')
|
||||||
->willReturnCallback(function(string $uid) use ($users) {
|
->willReturnCallback(function (string $uid) use ($users) {
|
||||||
return isset($users[$uid]) ? $users[$uid] : null;
|
return isset($users[$uid]) ? $users[$uid] : null;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue