| Total Complexity | 1 |
| Total Lines | 9 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class PictureController extends BaseController |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @urlParam id string required The uuid of the characteristics Example:0a581bd9-3e63-4ee9-9246-59b54b760bda |
||
| 13 | * @urlParam dim integer Width of the picture in pixels Example:300 |
||
| 14 | */ |
||
| 15 | public function serve(string $uuid, ?int $dim = null, GetIcon $getIcon) |
||
| 20 |