The doc comment array<int, non-empty-string> at position 4 could not be parsed: Unknown type name 'non-empty-string' at position 4 in array<int, non-empty-string>.
Loading history...
26
*/
27
protected static array $properties = [
28
'name',
29
'role',
30
];
31
32
88
public function __construct(
33
private readonly RoleResource $roleResource,
34
) {
35
88
}
36
37
/**
38
* @throws Throwable
39
*/
40
4
protected function transformRole(string $role): Role