Skip to content

Commit 8c29d6b

Browse files
ashleyhindlegithub-actions[bot]
authored andcommitted
Fix code styling
1 parent a1cc36b commit 8c29d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/InstallCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ protected function query()
104104
$this->boostToInstall = $this->boostToInstall();
105105
// $this->boostToolsToDisable = $this->boostToolsToDisable(); // Not useful to start
106106

107-
// $this->projectPurpose = $this->projectPurpose();
107+
// $this->projectPurpose = $this->projectPurpose();
108108
$this->enforceTests = $this->shouldEnforceTests(ask: false);
109109

110110
$this->idesToInstallTo = $this->idesToInstallTo(); // To add boost:mcp to the correct file
@@ -537,7 +537,7 @@ protected function publishAndUpdateConfig(): void
537537
$this->newLine();
538538
}
539539

540-
// $updated = $this->updateProjectPurposeInConfig($configPath, $this->projectPurpose);
540+
// $updated = $this->updateProjectPurposeInConfig($configPath, $this->projectPurpose);
541541
}
542542

543543
protected function updateProjectPurposeInConfig(string $configPath, ?string $purpose): bool

0 commit comments

Comments
 (0)