We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262997d commit ebc6b2fCopy full SHA for ebc6b2f
src/chat/phpstan.dist.neon
@@ -9,9 +9,3 @@ parameters:
9
ignoreErrors:
10
-
11
message: "#^Method .*::test.*\\(\\) has no return type specified\\.$#"
12
- -
13
- identifier: missingType.iterableValue
14
- path: tests/*
15
16
- identifier: 'symfonyAi.forbidNativeException'
17
src/chat/src/Bridge/Local/CacheStore.php
@@ -13,6 +13,7 @@
use Psr\Cache\CacheItemPoolInterface;
use Symfony\AI\Agent\Exception\RuntimeException;
+use Symfony\AI\Chat\MessageStoreInterface;
use Symfony\AI\Platform\Message\MessageBag;
18
19
/**
0 commit comments