diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-08-05 20:42:16 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-08-05 20:42:16 +0100 |
| commit | 476e0b588a14416aec7c66ec164d42c88feb20c7 (patch) | |
| tree | eef36ca3f612b99c02c6a2c0dcea692f5ee7d262 /vendor/symfony/http-kernel/Client.php | |
| parent | b092a991966b26dd39ccaaf816cf80a5c0379ded (diff) | |
| download | webtrees-476e0b588a14416aec7c66ec164d42c88feb20c7.tar.gz webtrees-476e0b588a14416aec7c66ec164d42c88feb20c7.tar.bz2 webtrees-476e0b588a14416aec7c66ec164d42c88feb20c7.zip | |
Update dependencies
Diffstat (limited to 'vendor/symfony/http-kernel/Client.php')
| -rw-r--r-- | vendor/symfony/http-kernel/Client.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/symfony/http-kernel/Client.php b/vendor/symfony/http-kernel/Client.php index 66ce0649f0..d4ae5f8e65 100644 --- a/vendor/symfony/http-kernel/Client.php +++ b/vendor/symfony/http-kernel/Client.php @@ -23,6 +23,9 @@ use Symfony\Component\HttpFoundation\Response; /** * Client simulates a browser and makes requests to an HttpKernel instance. * + * @method Request getRequest() A Request instance + * @method Response getResponse() A Response instance + * * @deprecated since Symfony 4.3, use HttpKernelBrowser instead. */ class Client extends AbstractBrowser |
