Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 12, 2024
1 parent 2a18bae commit 2896181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UI/Component.redirect().phpt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class TestPresenter extends Application\UI\Presenter
}


public function sendResponse(Application\Response $response)
public function sendResponse(Application\Response $response): void
{
parent::sendResponse($this->response = $response);
}
Expand Down

0 comments on commit 2896181

Please sign in to comment.