From f48481a322dc288a0e2d8c902c6985fa7f92cb1d Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 29 Dec 2017 01:01:07 -0800 Subject: [PATCH] API: Fix doc comment for ApiFormatNone Change-Id: I42812402b91b2775657e68189fb662a1a3d33c08 --- includes/api/ApiFormatNone.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- 2.20.1