Skip to content

feat(http): add accepts helper method #2689

feat(http): add accepts helper method

feat(http): add accepts helper method #2689

Triggered via pull request October 12, 2025 17:32
Status Failure
Total duration 38s
Artifacts

coding-conventions.yml

on: pull_request
Run style check
31s
Run style check
Run static analysis: PHPStan
35s
Run static analysis: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Run style check
Process completed with exit code 1.
no-empty: packages/http/src/IsRequest.php#L161
Use of the `empty` construct. `empty()` exhibits unexpected behavior on specific value. It is unclear what condition is being treated with `empty()`. Help: Use strict comparison or specific predicate function to clearly convey your intent.