You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's new
Bug fix
Fix TypeError when query parameters contain arrays (e.g. ?param[]=a¶m[]=b) — array values are now joined with comma, other non-string values are cast to string (#16)
Test suite
Add comprehensive test suite with 354 tests and 525 assertions covering all classes (#17)
Add test entity fixtures for unit tests
CI & tooling
Add GitHub Actions CI workflow running PHPUnit on PHP 8.3, 8.4, and 8.5 (#18)
Add PHPStan static analysis at level 5 with baseline (#18)
Add composer run tests and composer run phpstan scripts