| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | class TestViewsController extends AbstractController { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Render assets/_javascripts.html.twig |
||
| 27 | * |
||
| 28 | * @return Response Returns the response. |
||
| 29 | */ |
||
| 30 | public function assetsJavascriptsAction(): Response { |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Render assets/_stylesheets.html.twig |
||
| 36 | * |
||
| 37 | * @return Response Returns the response. |
||
| 38 | */ |
||
| 39 | public function assetsStylesheetsAction(): Response { |
||
| 43 |