@@ -14,6 +14,9 @@ |
||
14 | 14 | , $headerCache |
15 | 15 | ; |
16 | 16 | |
17 | + /** |
|
18 | + * @param string $body |
|
19 | + */ |
|
17 | 20 | function __construct($body, array $info) { |
18 | 21 | if (is_string($body)) { |
19 | 22 | $this->header = substr($body, 0, $info['header_size']); |