Skip to content

Commit 1956f9f

Browse files
committed
[Platform] Fix coding style
1 parent 99dc222 commit 1956f9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/platform/src/Bridge/Mistral/Llm/ResultConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ private function isToolCallsStreamFinished(array $data): bool
152152

153153
/**
154154
* @param array{
155-
* index: integer,
155+
* index: int,
156156
* message: array{
157157
* role: 'assistant',
158158
* content: ?string,

src/platform/src/Bridge/OpenAI/GPT/ResultConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private function isToolCallsStreamFinished(array $data): bool
149149

150150
/**
151151
* @param array{
152-
* index: integer,
152+
* index: int,
153153
* message: array{
154154
* role: 'assistant',
155155
* content: ?string,

0 commit comments

Comments
 (0)