Skip to content

fix: add QUERY_STRING to server bag in RequestConverter (#66)#113

Merged
s2x merged 1 commit intomasterfrom
fix/66-query-string
Apr 5, 2026
Merged

fix: add QUERY_STRING to server bag in RequestConverter (#66)#113
s2x merged 1 commit intomasterfrom
fix/66-query-string

Conversation

@s2x
Copy link
Copy Markdown
Collaborator

@s2x s2x commented Apr 5, 2026

Summary

Changes

  • src/DTO/RequestConverter.php - Added QUERY_STRING to server array
  • tests/RequestConverterTest.php - Added 2 unit tests for query string handling

Testing

  • All 21 tests in RequestConverterTest pass
  • Lint checks pass (php-cs-fixer, phpstan, rector)

Closes #66

@s2x s2x merged commit 7009aaa into master Apr 5, 2026
21 checks passed
@s2x s2x deleted the fix/66-query-string branch April 5, 2026 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RequestConverter — Missing QUERY_STRING in server bag

1 participant