Add proper comments to Context::setResponseMethod()

This commit is contained in:
Kijin Sung 2020-12-13 22:08:46 +09:00
parent a405b91e42
commit bca7a9ae72

View file

@ -1018,7 +1018,8 @@ class Context
/**
* Force to set response method
*
* @param string $method Response method. [HTML|XMLRPC|JSON]
* @param string $method Response method. [HTML|XMLRPC|JSON|RAW]
* @param string $content_type Optional content type for RAW response only.
* @return void
*/
public static function setResponseMethod($method = 'HTML', $content_type = null)