Skip to content

add final to all attributes classes #221

add final to all attributes classes

add final to all attributes classes #221

Triggered via push September 19, 2023 12:33
Status Failure
Total duration 50s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Http/ApplyFulltextSearchToQuery.php#L31
Static call to instance method stdClass::search().
PHPStan: src/Http/ApplySortsToQuery.php#L21
Call to an undefined method OpenSoutheners\LaravelApiable\Http\RequestQueryObject::getDefaultSorts().
PHPStan: src/Http/ApplySortsToQuery.php#L21
Call to an undefined method OpenSoutheners\LaravelApiable\Http\RequestQueryObject::userAllowedSorts().
PHPStan: src/Http/Concerns/AllowsSorts.php#L75
Syntax error, unexpected T_PUBLIC, expecting ';' or '{' on line 75
PHPStan: src/Http/Concerns/AllowsSorts.php#L87
Syntax error, unexpected '{' on line 87
PHPStan: src/Http/Concerns/AllowsSorts.php#L96
Syntax error, unexpected '}', expecting EOF on line 96
PHPStan: src/Http/Concerns/IteratesResultsAfterQuery.php (in context of class OpenSoutheners/LaravelApiable/Http/JsonApiResponse)#L37
Call to an undefined method OpenSoutheners\LaravelApiable\Http\RequestQueryObject::getAllowedSorts().
PHPStan: src/Http/Concerns/ResolvesFromRouteAction.php (in context of class OpenSoutheners/LaravelApiable/Http/JsonApiResponse)#L59
Class OpenSoutheners\LaravelApiable\Http\Concerns\ForceAppendAttribute not found.
PHPStan: src/Http/Concerns/ResolvesFromRouteAction.php (in context of class OpenSoutheners/LaravelApiable/Http/JsonApiResponse)#L70
Call to an undefined method OpenSoutheners\LaravelApiable\Http\JsonApiResponse::allowSort().
PHPStan: src/Http/Concerns/ResolvesFromRouteAction.php (in context of class OpenSoutheners/LaravelApiable/Http/JsonApiResponse)#L74
Call to an undefined method OpenSoutheners\LaravelApiable\Http\JsonApiResponse::applyDefaultSort().