Skip to content

Fix some types #21

New issue

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

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

Already on ? Sign in to your account

Merged
merged 2 commits into from
Dec 21, 2021
Merged

Fix some types #21

merged 2 commits into from
Dec 21, 2021

Conversation

TavoNiievez
Copy link
Member

No description provided.

@TavoNiievezTavoNiievez changed the title Fix CI Fix some types Dec 21, 2021
@TavoNiievezTavoNiievez merged commit fda6d97 into master Dec 21, 2021
@TavoNiievezTavoNiievez deleted the fix_type branch December 21, 2021 15:16
@@ -156,7 +156,7 @@ protected function createResponse(Psr7Response $psr7Response): BrowserKitRespons
return new BrowserKitResponse($body, $status, $headers);
}

protected function getAbsoluteUri($uri)
protected function getAbsoluteUri(string $uri): string
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change breaks compatibility with symfony/browser-kit 4.4

Sign up for free to join this conversation on . 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