mirror of
https://github.com/pestphp/pest.git
synced 2026-06-07 11:52:13 +02:00
release: v4.7.0
This commit is contained in:
@ -69,11 +69,6 @@ final readonly class BaselineSync
|
||||
$this->output->writeln(sprintf(' <fg=gray>─ %s</>', $text));
|
||||
}
|
||||
|
||||
private function renderChildContinuation(string $text): void
|
||||
{
|
||||
$this->output->writeln(sprintf(' <fg=gray> %s</>', $text));
|
||||
}
|
||||
|
||||
public function fetchIfAvailable(string $projectRoot, bool $force = false, bool $hasAnchor = false): bool
|
||||
{
|
||||
$repo = $this->detectGitHubRepo($projectRoot);
|
||||
|
||||
Reference in New Issue
Block a user