| Total Complexity | 2 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class SkinFrontController extends BaseApiController |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Serve Avatar. |
||
| 17 | * |
||
| 18 | * @param \Illuminate\Http\Request |
||
| 19 | * @param string $uuidOrName |
||
| 20 | * @param int $size |
||
| 21 | * |
||
| 22 | * @throws \Throwable |
||
| 23 | */ |
||
| 24 | public function serve(Request $request, $uuidOrName = '', $size = 0): Response |
||
| 43 |