From 2a02f10612f94624f83055f900be81704c801356 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 30 Aug 2024 12:07:25 +0200 Subject: [PATCH] - --- tests/Client/GroupsClientTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Client/GroupsClientTest.php b/tests/Client/GroupsClientTest.php index e6f9a1d..b501793 100644 --- a/tests/Client/GroupsClientTest.php +++ b/tests/Client/GroupsClientTest.php @@ -46,6 +46,9 @@ public function testBuildApiUrl(string $expected, string $action): void $this->assertSame($expected, $client->buildApiUrl()); } + /** + * @return iterable + */ public static function buildApiUrlProvider(): iterable { yield [