Skip to content

Commit

Permalink
fix(documentator): lara-asp-documentator:preprocess help for instru…
Browse files Browse the repository at this point in the history
…ction parameters.
  • Loading branch information
LastDragon-ru committed Jan 1, 2024
1 parent 8c3e78e commit 95e6b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/documentator/src/Commands/Preprocess.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ protected function getInstructionsHelp(Preprocessor $preprocessor): string {
}

$prefix = ' * ';
$parameters = $prefix.implode($prefix, $parameters);
$parameters = $prefix.implode("\n{$prefix}", $parameters);
$help[$name] = <<<HELP
### `[{$name}]: <target> <parameters>`
Expand Down

0 comments on commit 95e6b23

Please sign in to comment.