summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2021-04-15 12:45:40 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-04-20 14:03:01 +0200
commit92ca49d21d2595fb7c48f1e100ea4de1a329ca82 (patch)
tree199f4b930d19e7bd88dc1d16b8ebdf1686494110 /tests
parentf8d1ee5cfac5405713cc3fdc194cb98d748ec79f (diff)
downloadnextcloud-server-92ca49d21d2595fb7c48f1e100ea4de1a329ca82.tar.gz
nextcloud-server-92ca49d21d2595fb7c48f1e100ea4de1a329ca82.zip
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')
-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,