| Total Complexity | 3 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class CanAskProofProvider implements VgrCoreInterface |
||
| 12 | { |
||
| 13 | protected EntityManagerInterface $em; |
||
| 14 | |||
| 15 | public function __construct(EntityManagerInterface $em) |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param Player $player |
||
| 22 | * @return bool |
||
| 23 | * @throws NoResultException |
||
| 24 | * @throws NonUniqueResultException |
||
| 25 | */ |
||
| 26 | public function load(Player $player): bool |
||
| 44 |