Skip to content

Commit 616436c

Browse files
committed
bug #704 [Platform] Fix array shape (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Platform] Fix array shape | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | Follows #640 | License | MIT Nice catch Sonnet 4.5 👏 Commits ------- b07733a [Platform] Fix array shape
2 parents 6066ebe + b07733a commit 616436c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai-bundle/src/Profiler/TraceablePlatform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* @author Christopher Hertel <[email protected]>
2424
*
2525
* @phpstan-type PlatformCallData array{
26-
* model: Model,
26+
* model: string,
2727
* input: array<mixed>|string|object,
2828
* options: array<string, mixed>,
2929
* result: ResultPromise,

0 commit comments

Comments
 (0)