From: jenkins-bot Date: Fri, 29 Dec 2017 13:48:06 +0000 (+0000) Subject: Merge "API: Fix doc comment for ApiFormatNone" X-Git-Tag: 1.31.0-rc.0~1050 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=c4c9c627a29d65805f80f643f1685cbb9ae6d71d;hp=1420c1d41b13bdc7edf601f0e8a8ab0097b8d099 Merge "API: Fix doc comment for ApiFormatNone" --- diff --git a/includes/api/ApiFormatNone.php b/includes/api/ApiFormatNone.php index dc623ac1e9..91c73a1b58 100644 --- a/includes/api/ApiFormatNone.php +++ b/includes/api/ApiFormatNone.php @@ -25,7 +25,8 @@ */ /** - * API Serialized PHP output formatter + * Formatter that outputs nothing, for when you don't care about the response + * at all * @ingroup API */ class ApiFormatNone extends ApiFormatBase {