We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6db005 commit 1d8e438Copy full SHA for 1d8e438
src/Runner/Action/Cli/Command/Formatter.php
@@ -174,6 +174,7 @@ private function computedPlaceholder(string $rawPlaceholder): string
174
return '';
175
}
176
177
+ $this->io->write(' <fg=cyan>Placeholder: ' . $placeholder . '</>', true, IO::VERBOSE);
178
$processor = $this->createPlaceholder($placeholder);
179
$this->cache($rawPlaceholder, $processor->replacement($options));
180
0 commit comments