Skip to content

Commit a20fee4

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: fix Debug component dependencies [travis] not all components have a master branch [HttpKernel] Add @method PHPDoc for getRequest and getResponse back to Client
2 parents 28429a5 + 34b05ca commit a20fee4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Client.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
/**
2424
* Client simulates a browser and makes requests to an HttpKernel instance.
2525
*
26+
* @method Request getRequest() A Request instance
27+
* @method Response getResponse() A Response instance
28+
*
2629
* @deprecated since Symfony 4.3, use HttpKernelBrowser instead.
2730
*/
2831
class Client extends AbstractBrowser

0 commit comments

Comments
 (0)