summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-foundation/Response.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2017-11-12 16:08:46 +0000
committerGreg Roach <fisharebest@gmail.com>2017-11-13 11:24:00 +0000
commit025f16b9ad2e4c24f5dbfe8cc421b96807c3df25 (patch)
tree31c8fd1b04fb15ab1c9d8f6085a3ec04aa0475ca /vendor/symfony/http-foundation/Response.php
parentb6f3e912ccefb7cbf9669cb885d33550d9423374 (diff)
downloadwebtrees-025f16b9ad2e4c24f5dbfe8cc421b96807c3df25.tar.gz
webtrees-025f16b9ad2e4c24f5dbfe8cc421b96807c3df25.tar.bz2
webtrees-025f16b9ad2e4c24f5dbfe8cc421b96807c3df25.zip
Update dependencies
Diffstat (limited to 'vendor/symfony/http-foundation/Response.php')
-rw-r--r--vendor/symfony/http-foundation/Response.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/vendor/symfony/http-foundation/Response.php b/vendor/symfony/http-foundation/Response.php
index ced0afa6ca..d7d30f0c26 100644
--- a/vendor/symfony/http-foundation/Response.php
+++ b/vendor/symfony/http-foundation/Response.php
@@ -126,6 +126,7 @@ class Response
100 => 'Continue',
101 => 'Switching Protocols',
102 => 'Processing', // RFC2518
+ 103 => 'Early Hints',
200 => 'OK',
201 => 'Created',
202 => 'Accepted',
@@ -259,8 +260,6 @@ class Response
* compliant with RFC 2616. Most of the changes are based on
* the Request that is "associated" with this Response.
*
- * @param Request $request A Request instance
- *
* @return $this
*/
public function prepare(Request $request)
@@ -661,8 +660,6 @@ class Response
/**
* Sets the Date header.
*
- * @param \DateTime $date A \DateTime instance
- *
* @return $this
*
* @final since version 3.2
@@ -1075,8 +1072,6 @@ class Response
* If the Response is not modified, it sets the status code to 304 and
* removes the actual content by calling the setNotModified() method.
*
- * @param Request $request A Request instance
- *
* @return bool true if the Response validators match the Request, false otherwise
*
* @final since version 3.3