From 5067a4640bd1d2970ea4de3eddc3d9f64f02fe5b Mon Sep 17 00:00:00 2001 From: gepd Date: Mon, 20 Jun 2022 19:04:40 -0400 Subject: [PATCH] Remove $data argument --- tests/e2e/Services/Database/DatabaseBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Database/DatabaseBase.php b/tests/e2e/Services/Database/DatabaseBase.php index 85933f29ff..9049537988 100644 --- a/tests/e2e/Services/Database/DatabaseBase.php +++ b/tests/e2e/Services/Database/DatabaseBase.php @@ -2163,7 +2163,7 @@ trait DatabaseBase return $data; } - public function testUpdatePermissionsWithEmptyPayload(array $data): array + public function testUpdatePermissionsWithEmptyPayload(): array { // Create collection $movies = $this->client->call(Client::METHOD_POST, '/database/collections', array_merge([