new composer.lock for red

This commit is contained in:
zotlabs
2017-03-16 11:42:06 +11:00
parent df6c07aaad
commit 8d4744d115
225 changed files with 5218 additions and 1692 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);