| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 20% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | final class PlayerDialogOptionCollection extends Collection |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @note This method mutates state of the collection |
||
| 13 | */ |
||
| 14 | public function remove(PlayerDialogOption $item): self |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @note This method mutates state of the collection |
||
| 25 | */ |
||
| 26 | public function clear(): self |
||
| 31 | } |
||
| 32 | |||
| 33 | 1 | protected function getType(): string |
|
| 38 |