Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | class Jump extends Response |
||
1 ignored issue
–
show
|
|||
17 | { |
||
18 | protected $contentType = 'text/html'; |
||
19 | |||
20 | /** |
||
21 | * 处理数据 |
||
22 | * @access protected |
||
23 | * @param mixed $data 要处理的数据 |
||
24 | * @return string |
||
25 | * @throws \Exception |
||
26 | */ |
||
27 | protected function output($data): string |
||
33 |