| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 8 |
| Ratio | 100 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 58 | View Code Duplication | public static function getMetadata() |
|
| 59 | { |
||
| 60 | return [ |
||
| 61 | 'name' => ['diff'], |
||
| 62 | 'mime' => ['text/x-diff', 'text/x-patch', 'application/x-patch', 'application/x-diff'], |
||
| 63 | 'extension' => ['*.patch', '*.diff'] |
||
| 64 | ]; |
||
| 65 | } |
||
| 66 | } |
||
| 67 |