From 92ca49d21d2595fb7c48f1e100ea4de1a329ca82 Mon Sep 17 00:00:00 2001 From: blizzz Date: Thu, 15 Apr 2021 12:45:40 +0200 Subject: [PATCH] save a whitespace today Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Arthur Schiwon --- tests/lib/Collaboration/Collaborators/SearchTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,