feat(router): add method spoofing support for HTML forms #2527
coding-conventions.yml
on: pull_request
Run style check
49s
Run static analysis: PHPStan
44s
Annotations
1 warning
|
strictness/no-empty-construct:
packages/http/tests/Mappers/PsrRequestToGenericRequestMapperTest.php#L115
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.
|