From: Kunal Mehta Date: Fri, 29 Dec 2017 09:01:07 +0000 (-0800) Subject: API: Fix doc comment for ApiFormatNone X-Git-Tag: 1.31.0-rc.0~1050^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=f48481a322dc288a0e2d8c902c6985fa7f92cb1d;ds=sidebyside API: Fix doc comment for ApiFormatNone Change-Id: I42812402b91b2775657e68189fb662a1a3d33c08 --- 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 {