| Total Complexity | 4 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class TemplateAssetProcessor implements RequestProcessor |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * 处理文件请求 |
||
| 17 | * |
||
| 18 | * @param Application $application |
||
| 19 | * @param Request $request |
||
| 20 | * @param Response $response |
||
| 21 | * @throws Exception |
||
| 22 | */ |
||
| 23 | public function onRequest(Application $application, Request $request, Response $response) |
||
| 41 |