Skip to content

Allow bulk editing of tags #1832

Allow bulk editing of tags

Allow bulk editing of tags #1832

Triggered via pull request October 7, 2025 06:51
Status Failure
Total duration 1m 21s
Artifacts

static_analysis.yml

on: pull_request
Static analysis
1m 17s
Static analysis
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Static analysis
Process completed with exit code 1.
Static analysis: src/Services/Parts/PartsTableActionHandler.php#L110
Match arm comparison between string|null and 3 is always false.
Static analysis: src/Services/Parts/PartsTableActionHandler.php#L109
Match arm comparison between string|null and 2 is always false.
Static analysis: src/Services/Parts/PartsTableActionHandler.php#L95
Strict comparison using !== between string|null and 0 will always evaluate to true.
Static analysis: src/Controller/SelectAPIController.php#L144
Call to an undefined method App\Services\Tools\TagFinder::listTags().
Static analysis: src/Controller/SelectAPIController.php#L143
Class App\Services\Tools\TagFinder constructor invoked with 2 parameters, 1 required.
Static analysis
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/