| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | public static function allowedParameters() { |
||
| 21 | return [ |
||
| 22 | 'height' => [ 'type' => 'int', 'label' => wfMessage( 'cargo-viewdata-heightparam' )->parse() ], |
||
| 23 | 'width' => [ 'type' => 'int', 'label' => wfMessage( 'cargo-viewdata-widthparam' )->parse() ], |
||
| 24 | 'icon' => [ 'type' => 'string' ], |
||
| 25 | 'zoom' => [ 'type' => 'int' ] |
||
| 26 | ]; |
||
| 27 | } |
||
| 28 | |||
| 48 |