Skip to content

Commit ad36d82

Browse files
authored
Fix withRedirect phpdoc return type
1 parent 9b3ceac commit ad36d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ public function withJson($data, int $status = null, int $options = 0, int $depth
364364
*
365365
* @param string $url The redirect destination.
366366
* @param int|null $status The redirect HTTP status code.
367-
* @return ResponseInterface
367+
* @return Response
368368
*/
369369
public function withRedirect(string $url, $status = null): ResponseInterface
370370
{

0 commit comments

Comments
 (0)