Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.9 #15

Merged
merged 9 commits into from
May 30, 2024
Merged

4.9 #15

merged 9 commits into from
May 30, 2024

Conversation

byjg
Copy link
Owner

@byjg byjg commented May 30, 2024

No description provided.

vitormattos and others added 9 commits May 9, 2024 15:21
The header function of PHP have only an argument to define the header
name and value. This argument need to be a string.

More info: https://www.php.net/header

Signed-off-by: Vitor Mattos <vitor@php.rio>
Removed to test go more fast. Is very strange to have a sleep here and
removing the tests worked fine.

Signed-off-by: Vitor Mattos <vitor@php.rio>
The method getBody can't return null. The return of this method need to
be a instance of StreamInterface. To fix this I create a instance of a
class that extends StreamInterface.

Reference: https://github.com/php-fig/http-message/blob/1.0/src/MessageInterface.php#L169-L171

Signed-off-by: Vitor Mattos <vitor@php.rio>
Changed method signatures to be compatible with newest version of
psr/http-message

Signed-off-by: Vitor Mattos <vitor@php.rio>
@byjg byjg merged commit fe2654d into master May 30, 2024
6 checks passed
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.

2 participants