wip #45
static-analysis.yml
on: push
phpstan
32s
type-coverage
1m 17s
Annotations
4 errors and 1 warning
|
phpstan
Process completed with exit code 1.
|
|
phpstan:
src/Tools/ClosureTool.php#L61
Call to an undefined method ReflectionType::getName().
|
|
phpstan:
src/Agents/Agent.php#L66
PHPDoc tag `@param` for parameter $llm with type array<Cortex\JsonSchema\Contracts\JsonSchema>|class-string|Cortex\JsonSchema\Types\ObjectSchema|null is not subtype of native type Cortex\LLM\Contracts\LLM|string|null.
|
|
phpstan:
src/Agents/Agent.php#L66
Method Cortex\Agents\Agent::__construct() has parameter $output with no value type specified in iterable type array.
|
|
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/
|