The doc comment array<non-empty-string, RouteGroup> at position 2 could not be parsed: Unknown type name 'non-empty-string' at position 2 in array<non-empty-string, RouteGroup>.
Loading history...
17
private array $groups = [];
18
19
276
public function __construct(
20
private readonly FactoryInterface $factory
21
) {
22
}
23
24
276
public function getGroup(string $name): RouteGroup