Passed
Push — master ( ef6c9a...160d64 )
by Mikael
03:59
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)
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
      *
101 101
      * @param string $body
102 102
      *
103
-     * @return this
103
+     * @return Response
104 104
      */
105 105
     public function setBody($body)
106 106
     {
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
     /**
114 114
      * Get the body.
115 115
      *
116
-     * @return void
116
+     * @return string
117 117
      */
118 118
     public function getBody()
119 119
     {
Please login to merge, or discard this patch.