summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/Client.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-08-05 20:42:16 +0100
committerGreg Roach <fisharebest@webtrees.net>2019-08-05 20:42:16 +0100
commit476e0b588a14416aec7c66ec164d42c88feb20c7 (patch)
treeeef36ca3f612b99c02c6a2c0dcea692f5ee7d262 /vendor/symfony/http-kernel/Client.php
parentb092a991966b26dd39ccaaf816cf80a5c0379ded (diff)
downloadwebtrees-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.php3
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