Skip to content

Built-in authorization via abilities and scopes #323

Built-in authorization via abilities and scopes

Built-in authorization via abilities and scopes #323

Triggered via pull request September 23, 2025 23:13
Status Failure
Total duration 57s
Artifacts

static-analysis.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors
PHP 8.4 - Laravel 12
Process completed with exit code 1.
PHP 8.4 - Laravel 12: src/Server/Auth/AuthorizationEvaluator.php#L101
PHPDoc tag `@var` for variable $attribute contains generic class ReflectionAttribute but does not specify its types: T
PHP 8.4 - Laravel 12: src/Server/Annotations/RequiresScopes.php#L38
Method Laravel\Mcp\Server\Annotations\RequiresScopes::__get() should return array<int, string> but returns null.
PHP 8.4 - Laravel 12: src/Server/Annotations/RequiresAbility.php#L37
Method Laravel\Mcp\Server\Annotations\RequiresAbility::__get() should return array<int, string> but returns null.