The doc comment array<class-string, string[]> at position 2 could not be parsed: Unknown type name 'class-string' at position 2 in array<class-string, string[]>.
Loading history...
21
* Where _key_ is a command class and _value_ the permissions for that message.
22
*/
23
public function __construct(
24
private VoterProvider $voters,
25
private array $permissionsByMessage,
26
) {
27
}
28
29
public function isGranted(object $message, Context $context): bool