Skip to content

fix: Cast page and per_page to int in QueryParamsDTO#1113

Merged
daveearley merged 1 commit intodevelopfrom
fix/query-params-int-cast
Mar 18, 2026
Merged

fix: Cast page and per_page to int in QueryParamsDTO#1113
daveearley merged 1 commit intodevelopfrom
fix/query-params-int-cast

Conversation

@daveearley
Copy link
Contributor

No description provided.

Query string values are always strings in PHP, causing a TypeError
when passed to the constructor expecting ?int.
@daveearley daveearley merged commit 7f78feb into develop Mar 18, 2026
4 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Mar 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant