Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Command/Group/ListCommandTest.php')
-rw-r--r--tests/Core/Command/Group/ListCommandTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Command/Group/ListCommandTest.php b/tests/Core/Command/Group/ListCommandTest.php
index 21adb29924a..6f2a45c9706 100644
--- a/tests/Core/Command/Group/ListCommandTest.php
+++ b/tests/Core/Command/Group/ListCommandTest.php
@@ -56,7 +56,7 @@ class ListCommandTest extends TestCase {
$this->input = $this->createMock(InputInterface::class);
$this->input->method('getOption')
- ->willReturnCallback(function($arg) {
+ ->willReturnCallback(function ($arg) {
if ($arg === 'limit') {
return '100';
} else if ($arg === 'offset') {