Fix type of `options` parameter in HTTPRequest PHPDoc (#3504)
authorNiklas <Krymonota@users.noreply.github.com>
Wed, 12 Aug 2020 14:08:29 +0000 (16:08 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Aug 2020 14:08:29 +0000 (16:08 +0200)
wcfsetup/install/files/lib/util/HTTPRequest.class.php

index b94a2ed396403b1d3d013b30864e2d4706fb0f27..d37cbbaeccbc887e9cd17f8cacebbbcf3e2337b3 100644 (file)
@@ -131,7 +131,7 @@ final class HTTPRequest {
         * Constructs a new instance of HTTPRequest.
         * 
         * @param       string          $url            URL to connect to
-        * @param       string[]        $options
+        * @param       array           $options
         * @param       mixed           $postParameters Parameters to send via POST
         * @param       array           $files          Files to attach to the request
         */