9.6.0 (#619) #538
Annotations
10 errors and 2 warnings
PossiblyUnusedParam:
src/Actions/Action.php#L58
src/Actions/Action.php:58:54: PossiblyUnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/134)
|
PossiblyUnusedParam:
src/Actions/Action.php#L58
src/Actions/Action.php:58:64: PossiblyUnusedParam: Param #2 is never referenced in this method (see https://psalm.dev/134)
|
PossiblyUnusedMethod:
src/Actions/Action.php#L100
src/Actions/Action.php:100:21: PossiblyUnusedMethod: Cannot find any calls to method Binaryk\LaravelRestify\Actions\Action::authorizedToRun (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/Actions/Action.php#L110
src/Actions/Action.php:110:21: PossiblyUnusedMethod: Cannot find any calls to method Binaryk\LaravelRestify\Actions\Action::canRun (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/Actions/Action.php#L139
src/Actions/Action.php:139:21: PossiblyUnusedMethod: Cannot find any calls to method Binaryk\LaravelRestify\Actions\Action::standalone (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/Actions/Action.php#L156
src/Actions/Action.php:156:21: PossiblyUnusedMethod: Cannot find explicit calls to method Binaryk\LaravelRestify\Actions\Action::handleRequest (but did find some potential callers) (see https://psalm.dev/087)
|
UnusedClosureParam:
src/Actions/Action.php#L173
src/Actions/Action.php:173:51: UnusedClosureParam: Param model is never referenced in this method (see https://psalm.dev/188)
|
UnusedVariable:
src/Actions/Action.php#L184
src/Actions/Action.php:184:21: UnusedVariable: $model is never referenced or the value is not used (see https://psalm.dev/077)
|
PossiblyUnusedParam:
src/Actions/Action.php#L194
src/Actions/Action.php:194:50: PossiblyUnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/134)
|
PossiblyUnusedMethod:
src/Bootstrap/Boot.php#L10
src/Bootstrap/Boot.php:10:21: PossiblyUnusedMethod: Cannot find any calls to method Binaryk\LaravelRestify\Bootstrap\Boot::__construct (see https://psalm.dev/087)
|
psalm
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
psalm
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|