composer update
This commit is contained in:
2
vendor/symfony/http-foundation/HeaderBag.php
vendored
2
vendor/symfony/http-foundation/HeaderBag.php
vendored
@@ -206,7 +206,7 @@ class HeaderBag implements \IteratorAggregate, \Countable
|
||||
* @param string $key The parameter key
|
||||
* @param \DateTime $default The default value
|
||||
*
|
||||
* @return null|\DateTime The parsed DateTime or the default value if the header does not exist
|
||||
* @return \DateTime|null The parsed DateTime or the default value if the header does not exist
|
||||
*
|
||||
* @throws \RuntimeException When the HTTP header is not parseable
|
||||
*/
|
||||
|
Reference in New Issue
Block a user