API: Fix doc comment for ApiFormatNone
authorKunal Mehta <legoktm@member.fsf.org>
Fri, 29 Dec 2017 09:01:07 +0000 (01:01 -0800)
committerKunal Mehta <legoktm@member.fsf.org>
Fri, 29 Dec 2017 09:01:07 +0000 (01:01 -0800)
Change-Id: I42812402b91b2775657e68189fb662a1a3d33c08

includes/api/ApiFormatNone.php

index dc623ac..91c73a1 100644 (file)
@@ -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 {