| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 16.66% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class Bb2020Rule extends AbstractRuleHelper implements RuleHelperInterface |
||
| 13 | { |
||
| 14 | public function getActionsFormClass(): string |
||
| 17 | } |
||
| 18 | |||
| 19 | 8 | public function getKey(): string |
|
| 20 | { |
||
| 21 | 8 | return 'bb2020'; |
|
| 22 | } |
||
| 23 | |||
| 24 | public function setPlayerDefaultValues(PlayerVersion $version, PositionInterface $position): ?PlayerVersion |
||
| 39 | } |
||
| 40 | } |
||
| 41 |