Completed
Push — master ( 2fc074...386195 )
by Mikael
03:23
created
src/Response/Response.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -37,8 +37,8 @@  discard block
 block discarded – undo
37 37
     /**
38 38
      * Set status code to be sent as part of headers.
39 39
      *
40
-     * @param string $header type of header to set
41 40
      *
41
+     * @param integer $value
42 42
      * @return $this
43 43
      */
44 44
     public function setStatusCode($value)
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
      * @param callable|string $body either a string or a callable that
110 110
      *                              can generate the body.
111 111
      *
112
-     * @return this
112
+     * @return Response
113 113
      */
114 114
     public function setBody($body)
115 115
     {
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
     /**
131 131
      * Get the body.
132 132
      *
133
-     * @return void
133
+     * @return string
134 134
      */
135 135
     public function getBody()
136 136
     {
Please login to merge, or discard this patch.