The doc comment class-string<GeneratorCommandInterface> at position 0 could not be parsed: Unknown type name 'class-string' at position 0 in class-string<GeneratorCommandInterface>.
Loading history...
22
*/
23
public function getClass(): string
24
{
25
return $this->class;
26
}
27
28
public function loadGenerator(): GeneratorInterface