Completed
Pull Request — master (#749)
by Timo
21:44
created
Classes/IndexQueue/PageIndexerRequest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
     /**
212 212
      * Generates the headers to be send with the request.
213 213
      *
214
-     * @return array Array of HTTP headers.
214
+     * @return string[] Array of HTTP headers.
215 215
      */
216 216
     public function getHeaders()
217 217
     {
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
      * Sets a request's parameter and its value.
325 325
      *
326 326
      * @param string $parameter Parameter name
327
-     * @param mixed $value Parameter value.
327
+     * @param string $value Parameter value.
328 328
      */
329 329
     public function setParameter($parameter, $value)
330 330
     {
@@ -381,7 +381,7 @@  discard block
 block discarded – undo
381 381
      * Fetches a page by sending the configured headers.
382 382
      *
383 383
      * @param string $url
384
-     * @param array $headers
384
+     * @param string[] $headers
385 385
      * @param float $timeout
386 386
      * @return string
387 387
      */
Please login to merge, or discard this patch.