Skip to content

Commit 3fda59b

Browse files
committed
fix array shape on mustBeDirect
1 parent a5cdaa6 commit 3fda59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Install/GuidelineComposer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class GuidelineComposer
3535
* 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
*
38-
* @var array<int, class-string<Packages>>
38+
* @var array<int, Packages>
3939
* */
4040
protected array $mustBeDirect;
4141

0 commit comments

Comments
 (0)