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