Skip to content

Add LICENSE and CHANGELOG #7

Add LICENSE and CHANGELOG

Add LICENSE and CHANGELOG #7

Triggered via push January 10, 2026 01:19
Status Failure
Total duration 25s
Artifacts

ci.yml

on: push
Code Coverage
20s
Code Coverage
Static Analysis
17s
Static Analysis
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Static Analysis
Process completed with exit code 1.
Static Analysis: src/McpError.php#L389
Parameter #3 $message of class Mcp\Schema\JsonRpc\Error constructor expects string, array<string, mixed>|null given.
Static Analysis: src/McpError.php#L388
Parameter #2 $code of class Mcp\Schema\JsonRpc\Error constructor expects int, string given.
Static Analysis: src/ErrorBag.php#L290
Parameter #3 $message of class Mcp\Schema\JsonRpc\Error constructor expects string, array<string, mixed> given.
Static Analysis: src/ErrorBag.php#L289
Parameter #2 $code of class Mcp\Schema\JsonRpc\Error constructor expects int, string given.
Static Analysis: src/ErrorBag.php#L28
Class CodeWheel\McpErrorCodes\ErrorBag implements generic interface IteratorAggregate but does not specify its types: TKey, TValue