Skip to content

Commit ebc6b2f

Browse files
committed
ref
1 parent 262997d commit ebc6b2f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/chat/phpstan.dist.neon

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,3 @@ parameters:
99
ignoreErrors:
1010
-
1111
message: "#^Method .*::test.*\\(\\) has no return type specified\\.$#"
12-
-
13-
identifier: missingType.iterableValue
14-
path: tests/*
15-
-
16-
identifier: 'symfonyAi.forbidNativeException'
17-
path: tests/*

src/chat/src/Bridge/Local/CacheStore.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
use Psr\Cache\CacheItemPoolInterface;
1515
use Symfony\AI\Agent\Exception\RuntimeException;
16+
use Symfony\AI\Chat\MessageStoreInterface;
1617
use Symfony\AI\Platform\Message\MessageBag;
1718

1819
/**

0 commit comments

Comments
 (0)