Skip to content

Commit 9f626f4

Browse files
committed
Fixed return type annotations
1 parent 594b1a9 commit 9f626f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/E2E/Controller/v1/Profile/GroupsControllerTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ public static function dataProviderTestThatGroupsActionReturnExpected(): Generat
194194
}
195195

196196
/**
197-
* @return Generator<array-key, array{0: string}>
198-
*
199197
* @throws Throwable
198+
*
199+
* @return Generator<array-key, array{0: string, 1: string}>
200200
*/
201201
public static function dataProviderTestThatGroupsActionReturnExpectedWithValidApiKey(): Generator
202202
{

tests/E2E/Controller/v1/Profile/IndexControllerTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ public static function dataProviderTestThatProfileActionReturnExpectedWithValidU
168168
}
169169

170170
/**
171-
* @return Generator<array-key, array{0: string}>
172-
*
173171
* @throws Throwable
172+
*
173+
* @return Generator<array-key, array{0: string, 1: string}>
174174
*/
175175
public static function dataProviderTestThatProfileActionReturnsExpectedWithValidApiKeyToken(): Generator
176176
{

0 commit comments

Comments
 (0)