| Total Complexity | 4 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | #[\Attribute] |
||
| 9 | class UploadedFile extends SingleParameter |
||
| 10 | { |
||
| 11 | public function __construct(?string $key = null) |
||
| 14 | } |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Get uploaded file from request. |
||
| 18 | */ |
||
| 19 | public function getValue(ServerRequestInterface $request, string $name, ?string $type, bool $required = false): mixed |
||
| 31 |