Completed
Push — master ( 942007...5210ba )
by Hiraku
04:00
created
src/Response.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
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']);
Please login to merge, or discard this patch.