From b07733a78e179346896f55396a0457fd46b2ddf1 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 30 Sep 2025 10:34:07 +0200 Subject: [PATCH] [Platform] Fix array shape --- src/ai-bundle/src/Profiler/TraceablePlatform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ai-bundle/src/Profiler/TraceablePlatform.php b/src/ai-bundle/src/Profiler/TraceablePlatform.php index 4d49f4dae..e8d0e01ee 100644 --- a/src/ai-bundle/src/Profiler/TraceablePlatform.php +++ b/src/ai-bundle/src/Profiler/TraceablePlatform.php @@ -23,7 +23,7 @@ * @author Christopher Hertel * * @phpstan-type PlatformCallData array{ - * model: Model, + * model: string, * input: array|string|object, * options: array, * result: ResultPromise,