X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatBase.php;h=5bbc62e1093b66920f422651ddc2f97a81842c0a;hb=ec493cc7508e4741e370cbcd10b59ba636c13113;hp=e8edb3d7e0095af3f94ef7af7d87ed28615b8b60;hpb=eeaca0a97fcb416c0ae2b24aec0b8ab76c30cac6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatBase.php b/includes/api/ApiFormatBase.php index e8edb3d7e0..5bbc62e109 100644 --- a/includes/api/ApiFormatBase.php +++ b/includes/api/ApiFormatBase.php @@ -58,7 +58,7 @@ abstract class ApiFormatBase extends ApiBase { * This method is not called if getIsHtml() returns true. * @return string */ - public abstract function getMimeType(); + abstract public function getMimeType(); /** * Whether this formatter needs raw data such as _element tags