Completed
Push — master ( c1e856...c5f4d1 )
by Benjamin
02:08
created
src/Request.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
 
40 40
     /**
41 41
      * @param $str
42
-     * @return mixed
42
+     * @return string
43 43
      */
44 44
     private function camelize($str)
45 45
     {
@@ -123,7 +123,6 @@  discard block
 block discarded – undo
123 123
 
124 124
     /**
125 125
      * Setter for the post data array
126
-     * @param array $postData post data
127 126
      * @return void
128 127
      */
129 128
     public function setPostData(array $postValues)
@@ -302,7 +301,7 @@  discard block
 block discarded – undo
302 301
 
303 302
     /**
304 303
      * Get the response for the finished query
305
-     * @return mixed response
304
+     * @return string response
306 305
      */
307 306
     public function getResponse()
308 307
     {
Please login to merge, or discard this patch.