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 1eb614e commit 731e498Copy full SHA for 731e498
src/Install/GuidelineComposer.php
@@ -52,7 +52,7 @@ public static function composeGuidelines(Collection $guidelines): string
52
{
53
return trim($guidelines
54
->filter(fn ($content) => ! empty(trim($content)))
55
- ->map(fn ($content, $key) => "\n=== {$key} rules ===\n\n{$content}")
+ ->map(fn ($content, $key) => "\n=== {$key} rules ===\n\n".trim($content))
56
->join("\n\n"));
57
}
58
0 commit comments