finder = new Finder();
}
public function isCli(): bool
{
return PHP_SAPI === 'cli';
}
public function getFinder(): Finder
{
$this->finder->in(__DIR__ . '/../../../examples/provider/');
return $this->finder;
}
public function getHeader(): string
{
$title = $this->title;
return <<