fixes #63
static-analysis.yml
on: push
phpstan
37s
type-coverage
1m 21s
Annotations
4 errors and 1 warning
|
phpstan
Process completed with exit code 1.
|
|
phpstan:
src/Pipeline.php#L87
PHPDoc tag `@param` for parameter $stages with type array<Closure|Cortex\Contracts\Pipeable> is incompatible with native type Closure|Cortex\Contracts\Pipeable.
|
|
phpstan:
src/LLM/Data/ChatGenerationChunk.php#L23
Method Cortex\LLM\Data\ChatGenerationChunk::__construct() has parameter $metadata with no value type specified in iterable type array.
|
|
phpstan:
src/Http/Controllers/AgentsController.php#L65
Unreachable statement - code above always terminates.
|
|
phpstan
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|