Passed
Pull Request — master (#176)
by
unknown
02:58
created
src/Request.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
     }
159 159
 
160 160
     /**
161
-     * @param $access
161
+     * @param string $access
162 162
      *
163 163
      * @return $this
164 164
      */
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
     }
179 179
 
180 180
     /**
181
-     * @param $request
181
+     * @param string $request
182 182
      *
183 183
      * @return $this
184 184
      */
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
     }
199 199
 
200 200
     /**
201
-     * @param $endpointUrl
201
+     * @param string $endpointUrl
202 202
      *
203 203
      * @return $this
204 204
      */
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
     }
219 219
 
220 220
     /**
221
-     * @param $body
221
+     * @param string $body
222 222
      * @return string
223 223
      */
224 224
     protected function convertEncoding($body)
Please login to merge, or discard this patch.