Conditions | 1 |
Paths | 1 |
Total Lines | 18 |
Code Lines | 16 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
23 | protected function getAcceptedMimeTypes(): array |
||
24 | { |
||
25 | return [ |
||
26 | 'image/bmp', |
||
27 | 'image/x-ms-bmp', |
||
28 | 'image/gif', |
||
29 | 'image/jpeg', |
||
30 | 'image/pjpeg', |
||
31 | 'image/png', |
||
32 | 'image/svg+xml', |
||
33 | 'image/webp', |
||
34 | 'application/pdf', |
||
35 | 'application/x-pdf', |
||
36 | 'application/pdf', |
||
37 | 'application/msword', |
||
38 | 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', |
||
39 | 'application/vnd.ms-excel', |
||
40 | 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', |
||
41 | ]; |
||
44 |