Skip to content

Commit 94d52f1

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ public function testNormalizeBinaryContent(File $content, string $expectedMimeTy
7070
$this->assertStringStartsWith($expectedPrefix, $normalized[1]['inline_data']['data']);
7171
}
7272

73+
/**
74+
* @return iterable<string, array{0: File, 1: string, 2: string}>
75+
*/
7376
public static function binaryContentProvider(): iterable
7477
{
7578
yield 'image' => [Image::fromFile(\dirname(__DIR__, 5).'/tests/Fixtures/image.jpg'), 'image/jpeg', '/9j/'];

0 commit comments

Comments
 (0)