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