fix(Search): Correctly search for strings with quotes and double quot… #546
Annotations
10 errors and 1 warning
Run psalm:
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)
|
Run psalm:
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)
|
Run psalm:
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)
|
Run psalm:
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)
|
Run psalm:
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)
|
Run psalm:
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)
|
Run psalm:
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)
|
Run psalm:
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)
|
Run psalm:
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)
|
Run psalm:
src/Actions/Action.php#L199
src/Actions/Action.php:199:5: MissingOverrideAttribute: Method Binaryk\LaravelRestify\Actions\Action::jsonserialize should have the "Override" attribute (see https://psalm.dev/358)
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Loading