Merge "Http::getProxy() method to get proxy configuration"
[lhc/web/wiklou.git] / includes / api / ApiClearHasMsg.php
index eb471ae..4ddbd04 100644 (file)
@@ -43,10 +43,10 @@ class ApiClearHasMsg extends ApiBase {
        }
 
        protected function getExamplesMessages() {
-               return array(
+               return [
                        'action=clearhasmsg'
                                => 'apihelp-clearhasmsg-example-1',
-               );
+               ];
        }
 
        public function getHelpUrls() {