Skip to content

feat(router): add method spoofing support for HTML forms #2538

feat(router): add method spoofing support for HTML forms

feat(router): add method spoofing support for HTML forms #2538

Triggered via pull request September 15, 2025 10:23
Status Success
Total duration 48s
Artifacts

coding-conventions.yml

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

Annotations

1 warning
strictness/no-empty-construct: packages/http/tests/Mappers/PsrRequestToGenericRequestMapperTest.php#L113
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.