Skip to content

Commit cff6f0d

Browse files
committed
minor #228 [Platform] Fix coding style (xavierleune)
This PR was merged into the main branch. Discussion ---------- [Platform] Fix coding style | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Docs? | no <!-- required for new features --> | Issues | N/A <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT php-cs-fixer 3.85 has been released with a bunch of new rules, this fixes the 2 new violations Commits ------- 1956f9f [Platform] Fix coding style
2 parents 99dc222 + 1956f9f commit cff6f0d

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)