feat(http): add accepts helper method #2689
coding-conventions.yml
on: pull_request
Run style check
31s
Run static analysis: PHPStan
35s
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.
|