Skip to content

Commit 3e0a5ef

Browse files
committed
Formatting
Signed-off-by: Pushpak Chhajed <[email protected]>
1 parent d114b7e commit 3e0a5ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Install/GuidelineComposer.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class GuidelineComposer
3232
protected array $packagePriorities;
3333

3434
/**
35-
* Only include guidelines for these package names, if they're a direct requirement.
35+
* Only include guidelines for these package names if they're a direct requirement.
3636
* This fixes every Boost user getting the MCP guidelines due to indirect import.
3737
*
3838
* @var array<int, Packages>
@@ -46,7 +46,6 @@ public function __construct(protected Roster $roster, protected Herd $herd)
4646
$this->packagePriorities = [
4747
Packages::PEST->value => [Packages::PHPUNIT->value],
4848
];
49-
5049
$this->config = new GuidelineConfig;
5150
$this->guidelineAssist = new GuidelineAssist($roster);
5251
}

0 commit comments

Comments
 (0)