Skip to content

Commit 9538f05

Browse files
committed
fix: ignore some psalm issues
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent 51344fd commit 9538f05

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/Service/AssistantService.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,9 @@ public function getAvailableTaskTypes(): array {
285285
// skip chat, chat with tools and ContextAgent task types (not directly useful to the end user)
286286
if (!self::DEBUG) {
287287
// this appeared in 33, this is true if the task type class extends the IInternalTaskType
288+
/**
289+
* @psalm-suppress InvalidArrayOffset,TypeDoesNotContainType
290+
*/
288291
if ($taskTypeArray['isInternal'] ?? false) {
289292
continue;
290293
}

0 commit comments

Comments
 (0)