X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFileRevert.php;h=1941fbd7c555d8ecf4ff49d6eae778da98066ec1;hb=e2357847289914b1f8c320a2b61a1612881b2b02;hp=dc5e24e7177116c2ccadd13ea3177c5b89637814;hpb=32234445e06df7ba8f7508b16feff0a58d346348;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFileRevert.php b/includes/api/ApiFileRevert.php index dc5e24e717..1941fbd7c5 100644 --- a/includes/api/ApiFileRevert.php +++ b/includes/api/ApiFileRevert.php @@ -28,13 +28,13 @@ * @ingroup API */ class ApiFileRevert extends ApiBase { - - /** - * @var File - */ + /** @var LocalFile */ protected $file; + + /** @var string */ protected $archiveName; + /** @var array */ protected $params; public function execute() { @@ -167,7 +167,7 @@ class ApiFileRevert extends ApiBase { public function getDescription() { return array( - 'Revert a file to an old version' + 'Revert a file to an old version.' ); }