| Total Complexity | 3 | 
| Total Lines | 21 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 23 | final class VoterProviderWithContainer implements VoterProvider  | 
            ||
| 24 | { | 
            ||
| 25 | /**  | 
            ||
| 26 | * @param array<string, string> $permissionToService  | 
            ||
| 27 | * Where _key_ is a permission and _value_ a service.  | 
            ||
| 28 | */  | 
            ||
| 29 | public function __construct(  | 
            ||
| 33 | }  | 
            ||
| 34 | |||
| 35 | public function getVoterForPermission(string $permission): ?Voter  | 
            ||
| 47 |