X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatWddx.php;h=2e58c720fa2bda15af1271eacb49250aac6ff35d;hb=4f1390819a8fcd91c0c34449736fff4548032ad3;hp=df8e745be0f387d89bf485378ba781bb7ccca91a;hpb=57d3f41876599497fcb9c672b88ebad7239353dc;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatWddx.php b/includes/api/ApiFormatWddx.php index df8e745be0..2e58c720fa 100644 --- a/includes/api/ApiFormatWddx.php +++ b/includes/api/ApiFormatWddx.php @@ -62,8 +62,8 @@ class ApiFormatWddx extends ApiFormatBase { /** * Recursively go through the object and output its data in WDDX format. - * @param $elemValue - * @param $indent int + * @param mixed $elemValue + * @param int $indent */ function slowWddxPrinter( $elemValue, $indent = 0 ) { $indstr = ( $this->getIsHtml() ? str_repeat( ' ', $indent ) : '' );