Skip to content

Commit 251157e

Browse files
committed
Add type annotation for $signature in InstallCommand
Signed-off-by: Pushpak Chhajed <[email protected]>
1 parent e913b45 commit 251157e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Console/InstallCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class InstallCommand extends Command
3434
{
3535
use Colors;
3636

37+
/** @var string */
3738
protected $signature = 'boost:install {--ignore-guidelines : Skip installing AI guidelines} {--ignore-mcp : Skip installing MCP server configuration}';
3839

3940
private CodeEnvironmentsDetector $codeEnvironmentsDetector;

0 commit comments

Comments
 (0)