Skip to content

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

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

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

Triggered via pull request September 14, 2025 11:44
Status Success
Total duration 52s
Artifacts

coding-conventions.yml

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

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.