X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiDelete.php;h=ec857b7da968ec694e095640d1d1e386e0054a27;hb=f5469d36602cb2a95396830b14e9a631d698f3a6;hp=a63dee6fc186309b62a2ed0b14d5e03bcc52f01d;hpb=e2f61aa44095d56af0d4b25a59e25b55a6c297bc;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiDelete.php b/includes/api/ApiDelete.php index a63dee6fc1..ec857b7da9 100644 --- a/includes/api/ApiDelete.php +++ b/includes/api/ApiDelete.php @@ -139,7 +139,7 @@ class ApiDelete extends ApiBase { * @param Page $page Object to work on * @param User $user User doing the action * @param string $oldimage Archive name - * @param string &$reason Reason for the deletion. Autogenerated if null. + * @param string|null &$reason Reason for the deletion. Autogenerated if null. * @param bool $suppress Whether to mark all deleted versions as restricted * @param array $tags Tags to tag the deletion with * @return Status