Skip to content

docs: Update Readme #18

docs: Update Readme

docs: Update Readme #18

Triggered via push January 15, 2025 10:56
Status Failure
Total duration 25s
Billable time 1m
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
phpstan: src/Converters/FromClosure.php#L43
Parameter #1 $type of static method Cortex\JsonSchema\Converters\FromClosure::getSchemaFromReflectionType() expects ReflectionIntersectionType|ReflectionNamedType|ReflectionUnionType|null, ReflectionType|null given.
phpstan: src/Converters/FromClosure.php#L68
Access to an undefined property UnitEnum::$value.
phpstan: src/Converters/FromClosure.php#L68
Parameter #1 $values of method Cortex\JsonSchema\Contracts\Schema::enum() expects non-empty-array<bool|float|int|string|null>, list<int|string> given.
phpstan: src/Converters/FromClosure.php#L84
Parameter #1 $callback of function array_map expects (callable(ReflectionType): mixed)|null, Closure(ReflectionNamedType): Cortex\JsonSchema\Enums\SchemaType given.
phpstan
Process completed with exit code 1.
phpstan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/