| Total Complexity | 7 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | final class PlayerRelationDeterminator implements PlayerRelationDeterminatorInterface |
||
| 13 | { |
||
| 14 | 14 | public function __construct( |
|
| 18 | 14 | } |
|
| 19 | |||
| 20 | 7 | public function isFriend(UserInterface $user, UserInterface $otherUser): bool |
|
| 33 | } |
||
| 34 | |||
| 35 | 7 | public function isEnemy(UserInterface $user, UserInterface $otherUser): bool |
|
| 50 |