Skip to content

Commit b07733a

Browse files
committed
[Platform] Fix array shape
1 parent 6066ebe commit b07733a

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)