Total Complexity | 2 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class SkinFrontController extends BaseApiController |
||
11 | { |
||
12 | /** |
||
13 | * @param string $uuid User UUID or Username |
||
14 | * @param int $size |
||
15 | * |
||
16 | * @throws \Throwable |
||
17 | */ |
||
18 | public function serveUuid(Request $request, string $uuid, $size = 0): Response |
||
26 | ); |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @param int|string $size |
||
31 | * |
||
32 | * @throws \Throwable |
||
33 | */ |
||
34 | public function serveDefault($size = 0): Response |
||
46 |