Skip to content

Commit d9b9043

Browse files
committed
Fix body related issues
1 parent 19453a4 commit d9b9043

File tree

2 files changed

+2
-46
lines changed

2 files changed

+2
-46
lines changed

src/Body.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Psr\Http\Message\StreamInterface;
66

77
/**
8-
* Allows a more input types for body data
8+
* Allows special input as body
99
*
1010
* @author Márk Sági-Kazár <[email protected]>
1111
*/
@@ -14,7 +14,7 @@ interface Body
1414
/**
1515
* Returns a set of headers which is needed to correctly send the body
1616
*
17-
* Note: these headers SHOULD be overwritten if any matching header is passed manually
17+
* Note: these headers get overwritten by headers manually passed to the client
1818
*
1919
* Content-Length is calculated automatically if possible
2020
*

src/Body/PlainText.php

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)