The doc comment array<non-empty-string, string> at position 2 could not be parsed: Unknown type name 'non-empty-string' at position 2 in array<non-empty-string, string>.
Loading history...
13
public function __construct(
14
private array $names,
15
) {
16
parent::__construct();
17
}
18
19
#[Override]
20
protected function configure(): void
21
{
22
foreach ($this->names as $annotatedWith => $instance) {