X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryRevisionsBase.php;h=0d284c0c010764a62b0ca51c9db55b451268bd7e;hb=03d2f3006048bc404b40b02838bd9fb9b563cced;hp=d0b152edb1b3d165dd3876d881b5be0e90cbd463;hpb=22ac82f4cd7960735339d23865fce21665ea9c17;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryRevisionsBase.php b/includes/api/ApiQueryRevisionsBase.php index d0b152edb1..0d284c0c01 100644 --- a/includes/api/ApiQueryRevisionsBase.php +++ b/includes/api/ApiQueryRevisionsBase.php @@ -43,7 +43,7 @@ abstract class ApiQueryRevisionsBase extends ApiQueryGeneratorBase { const IS_DELETED = 1; // Whether the field is revision-deleted const CANNOT_VIEW = 2; // Whether the user cannot view the field due to revdel - /**@}*/ + /** @} */ protected $limit, $diffto, $difftotext, $difftotextpst, $expandTemplates, $generateXML, $section, $parseContent, $fetchContent, $contentFormat, $setParsedLimit = true,