⬆️Update Sabre libraries.

This commit is contained in:
Klaus Weidenbach
2017-05-31 23:12:55 +02:00
parent 14229d0dd3
commit ea19971285
52 changed files with 925 additions and 581 deletions

View File

@@ -44,7 +44,7 @@ interface MessageInterface {
/**
* Updates the body resource with a new stream.
*
* @param resource $body
* @param resource|string $body
* @return void
*/
function setBody($body);
@@ -153,6 +153,7 @@ interface MessageInterface {
* This method should return true if the header was successfully deleted,
* and false if the header did not exist.
*
* @param string $name
* @return bool
*/
function removeHeader($name);