Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 8 |
Ratio | 100 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
45 | View Code Duplication | public static function getMetadata() |
|
46 | { |
||
47 | return [ |
||
48 | 'name' => ['ini'], |
||
49 | 'mime' => ['text/x-ini', 'text/inf'], |
||
50 | 'extension' => ['*.ini', '*.cfg', '*.inf'] |
||
51 | ]; |
||
52 | } |
||
53 | } |
||
54 |