X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatRaw.php;h=af175543d20d3339b2a01320c126656543518c73;hb=ab2d63b53ed29c44e4917125555af3dc2eb9964e;hp=45003e90adb34da29e7bbde856cabc11c7b8565c;hpb=bb06573441014c75da0e3fec8aa927b7ebce8830;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatRaw.php b/includes/api/ApiFormatRaw.php index 45003e90ad..af175543d2 100644 --- a/includes/api/ApiFormatRaw.php +++ b/includes/api/ApiFormatRaw.php @@ -32,8 +32,8 @@ class ApiFormatRaw extends ApiFormatBase { /** * Constructor - * @param $main ApiMain object - * @param $errorFallback ApiFormatBase object to fall back on for errors + * @param ApiMain $main + * @param ApiFormatBase $errorFallback ApiFormatBase object to fall back on for errors */ public function __construct( $main, $errorFallback ) { parent::__construct( $main, 'raw' );