refactor: use event dispatcher instead of processor interfaces #123
Annotations
10 errors
PHPStan:
examples/chat-claude-anthropic.php#L22
Class PhpLlm\LlmChain\Chain constructor invoked with 1 parameter, 2 required.
|
PHPStan:
examples/chat-gpt-azure.php#L29
Class PhpLlm\LlmChain\Chain constructor invoked with 1 parameter, 2 required.
|
PHPStan:
examples/chat-gpt-openai.php#L25
Class PhpLlm\LlmChain\Chain constructor invoked with 1 parameter, 2 required.
|
PHPStan:
examples/image-describer.php#L24
Class PhpLlm\LlmChain\Chain constructor invoked with 1 parameter, 2 required.
|
PHPStan:
examples/reasoning-openai.php#L37
Class PhpLlm\LlmChain\Chain constructor invoked with 1 parameter, 2 required.
|
PHPStan:
examples/store-mongodb-similarity-search.php#L68
Class PhpLlm\LlmChain\ToolBox\ChainSubscriber constructor invoked with 1 parameter, 2 required.
|
PHPStan:
examples/store-mongodb-similarity-search.php#L69
Class PhpLlm\LlmChain\Chain constructor invoked with 3 parameters, 2 required.
|
PHPStan:
examples/store-mongodb-similarity-search.php#L69
Parameter #2 $eventDispatcher of class PhpLlm\LlmChain\Chain constructor expects Symfony\Contracts\EventDispatcher\EventDispatcherInterface, array<int, PhpLlm\LlmChain\ToolBox\ChainSubscriber> given.
|
PHPStan:
examples/store-pinecone-similarity-search.php#L59
Class PhpLlm\LlmChain\ToolBox\ChainSubscriber constructor invoked with 1 parameter, 2 required.
|
PHPStan:
examples/store-pinecone-similarity-search.php#L60
Class PhpLlm\LlmChain\Chain constructor invoked with 3 parameters, 2 required.
|
Loading