Skip to content

Commit f2848c0

Browse files
committed
[Gemini] Add @return annotation to ToolCallMessageNormalizerTest
🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 06802a4 commit f2848c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/platform/src/Bridge/Gemini/Tests/Contract/ToolCallMessageNormalizerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ public function testNormalize(ToolCallMessage $message, array $expected)
5252
$this->assertEquals($expected, $normalized);
5353
}
5454

55+
/**
56+
* @return iterable<array{0: ToolCallMessage, 1: array}>
57+
*/
5558
public static function normalizeDataProvider(): iterable
5659
{
5760
yield 'scalar' => [

0 commit comments

Comments
 (0)