Passed
Branch master (ef6c9a)
by Mikael
02:37
created
src/Response/Response.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,8 @@  discard block
 block discarded – undo
21 21
     /**
22 22
      * Set headers.
23 23
      *
24
-     * @param string $header type of header to set
25 24
      *
25
+     * @param integer $value
26 26
      * @return $this
27 27
      */
28 28
     public function setStatusCode($value)
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
     /**
111 111
      * Get the body.
112 112
      *
113
-     * @return void
113
+     * @return string
114 114
      */
115 115
     public function getBody()
116 116
     {
Please login to merge, or discard this patch.