Passed
Push — master ( 160d64...77cab9 )
by Mikael
02:17
created
src/Response/Response.php 1 patch
Doc Comments   +3 added lines, -3 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)
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
      * @param callable|string $body either a string or a callable that
102 102
      *                              can generate the body.
103 103
      *
104
-     * @return this
104
+     * @return Response
105 105
      */
106 106
     public function setBody($body)
107 107
     {
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
     /**
123 123
      * Get the body.
124 124
      *
125
-     * @return void
125
+     * @return string
126 126
      */
127 127
     public function getBody()
128 128
     {
Please login to merge, or discard this patch.