X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatRaw.php;h=9da040ca0b20dbf413ab6d7ef1fc520b3d60dc14;hb=ba4a2394fc453bf32a5d53015dabe607d022cc44;hp=9dbd4a553faaa094c7bf9d8b5f7bcfa6a277740c;hpb=e3a3f2293b4401772508456fc83afc94ea179b31;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatRaw.php b/includes/api/ApiFormatRaw.php index 9dbd4a553f..9da040ca0b 100644 --- a/includes/api/ApiFormatRaw.php +++ b/includes/api/ApiFormatRaw.php @@ -33,10 +33,9 @@ class ApiFormatRaw extends ApiFormatBase { private $errorFallback; private $mFailWithHTTPError = false; - /** * @param ApiMain $main - * @param ApiFormatBase |null $errorFallback Object to fall back on for errors + * @param ApiFormatBase|null $errorFallback Object to fall back on for errors */ public function __construct( ApiMain $main, ApiFormatBase $errorFallback = null ) { parent::__construct( $main, 'raw' );