Total Complexity | 3 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
24 | class WhitelistService |
||
25 | { |
||
26 | /** |
||
27 | * @var WhitelistEntryRepository |
||
28 | */ |
||
29 | private $whitelistEntryRepository; |
||
30 | |||
31 | public function __construct(WhitelistEntryRepository $whitelistEntryRepository) |
||
34 | } |
||
35 | |||
36 | /** |
||
37 | * @param string $institution |
||
38 | * @return bool |
||
39 | */ |
||
40 | public function contains($institution) |
||
49 |