Merge "Http::getProxy() method to get proxy configuration"
[lhc/web/wiklou.git] / includes / api / ApiHelpParamValueMessage.php
index 7cf3d6e..573524a 100644 (file)
@@ -45,7 +45,7 @@ class ApiHelpParamValueMessage extends Message {
         * @param array $params Parameters for the message.
         * @throws InvalidArgumentException
         */
-       public function __construct( $paramValue, $text, $params = array() ) {
+       public function __construct( $paramValue, $text, $params = [] ) {
                parent::__construct( $text, $params );
                $this->paramValue = $paramValue;
        }