改名
This commit is contained in:
@@ -181,7 +181,7 @@ class Response extends HttpService
|
|||||||
*/
|
*/
|
||||||
private function parseData($context): mixed
|
private function parseData($context): mixed
|
||||||
{
|
{
|
||||||
if (!empty($context) && !is_string($context)) {
|
if (!empty($context)) {
|
||||||
/** @var IFormatter $class */
|
/** @var IFormatter $class */
|
||||||
$class = $this->_format_maps[$this->format] ?? HtmlFormatter::class;
|
$class = $this->_format_maps[$this->format] ?? HtmlFormatter::class;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user