Skip to content

Commit a7e45da

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ public function testNormalize(Tool $tool, array $expected)
5454
$this->assertEquals($expected, $normalized);
5555
}
5656

57+
/**
58+
* @return iterable<array{0: Tool, 1: array}>
59+
*/
5760
public static function normalizeDataProvider(): iterable
5861
{
5962
yield 'call with params' => [

0 commit comments

Comments
 (0)