Skip to content

Commit eba55d3

Browse files
committed
Fixed return type annotations
1 parent 6fe74be commit eba55d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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)