Skip to content

fixes

fixes #63

Triggered via push November 26, 2025 00:45
Status Failure
Total duration 1m 24s
Artifacts
Fit to window
Zoom out
Zoom in

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/