X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiDelete.php;h=ec857b7da968ec694e095640d1d1e386e0054a27;hb=e377892d422bd75301131158f3ff2258c4020885;hp=a63dee6fc186309b62a2ed0b14d5e03bcc52f01d;hpb=abeca9ac48415828428284816d76dee347e680ea;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