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:
authorblizzz <blizzz@arthur-schiwon.de>2021-04-15 13:45:40 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-04-20 15:03:01 +0300
commit92ca49d21d2595fb7c48f1e100ea4de1a329ca82 (patch)
tree199f4b930d19e7bd88dc1d16b8ebdf1686494110 /tests/lib/Collaboration
parentf8d1ee5cfac5405713cc3fdc194cb98d748ec79f (diff)
save a whitespace today
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests/lib/Collaboration')
-rw-r--r--tests/lib/Collaboration/Collaborators/SearchTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Collaboration/Collaborators/SearchTest.php b/tests/lib/Collaboration/Collaborators/SearchTest.php
index ae93d2786a2..1d55ee6dd22 100644
--- a/tests/lib/Collaboration/Collaborators/SearchTest.php
+++ b/tests/lib/Collaboration/Collaborators/SearchTest.php
@@ -53,7 +53,7 @@ class SearchTest extends TestCase {
string $searchTerm,
array $shareTypes,
int $page,
- int $perPage,
+ int $perPage,
array $mockedUserResult,
array $mockedGroupsResult,
array $mockedRemotesResult,